Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f51c66b2 authored by Tom Cherry's avatar Tom Cherry
Browse files

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
parent 16214f29
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -33,9 +33,6 @@
#include "log.h"
#include "util.h"

template <bool sysfs>
static bool ParseSingleLine(std::vector<std::string>&& line, std::string* err);

int ueventd_main(int argc, char **argv)
{
    /*