summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2018-05-29 19:05:56 -0500
committerElliott Hughes2018-05-29 19:05:56 -0500
commitb0aba0fff9758c30663f6cbb3445fb78ffe31536 (patch)
treea094c5b5dadeffd75a95350cf352939df87be96f
parentd580c441ab45a6b7278da003e19af64e9ea2cc71 (diff)
downloadplatform-system-core-b0aba0fff9758c30663f6cbb3445fb78ffe31536.tar.gz
platform-system-core-b0aba0fff9758c30663f6cbb3445fb78ffe31536.tar.xz
platform-system-core-b0aba0fff9758c30663f6cbb3445fb78ffe31536.zip
init; remove dead cruft.
Bug: N/A Test: builds Change-Id: Ia38ef6959e8615b4f103b924ae51c19f916daa48
-rw-r--r--init/action_parser.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/init/action_parser.cpp b/init/action_parser.cpp
index f9b96eb5e..8a4b518f5 100644
--- a/init/action_parser.cpp
+++ b/init/action_parser.cpp
@@ -21,10 +21,6 @@
21 21
22#include "stable_properties.h" 22#include "stable_properties.h"
23 23
24#if !defined(__ANDROID__)
25#include "host_init_stubs.h"
26#endif
27
28using android::base::GetBoolProperty; 24using android::base::GetBoolProperty;
29using android::base::StartsWith; 25using android::base::StartsWith;
30 26