From f51c66b23b675bd2198e3793090f8ef9e8eb8ef0 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 1 May 2017 10:53:39 -0700 Subject: [PATCH] ueventd: fix typo from previous patchset An forward declaration for a function that was removed in later patchsets was merged anyway. Since it's not used anywhere, this CL removes it. Test: build bullhead Change-Id: Ie7223f7d23305b71438cb063b64a574ce32f96bb --- init/ueventd.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/init/ueventd.cpp b/init/ueventd.cpp index 963cc4df9..8c0c574b6 100644 --- a/init/ueventd.cpp +++ b/init/ueventd.cpp @@ -33,9 +33,6 @@ #include "log.h" #include "util.h" -template -static bool ParseSingleLine(std::vector&& line, std::string* err); - int ueventd_main(int argc, char **argv) { /*