summaryrefslogtreecommitdiffstats
path: root/init/subcontext.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2018-05-09 15:25:39 -0700
committerTom Cherry <tomcherry@google.com>2018-05-09 15:25:39 -0700
commit2fa178a01e5f1059969d29421fa79626412f54ba (patch)
tree777b03b078b9dfbd2f0b283a95ce949feb5e5e5f /init/subcontext.cpp
parent751f2fa535f96442ad55e130b78a312c183a1317 (diff)
downloadsystem_core-2fa178a01e5f1059969d29421fa79626412f54ba.tar.gz
system_core-2fa178a01e5f1059969d29421fa79626412f54ba.tar.bz2
system_core-2fa178a01e5f1059969d29421fa79626412f54ba.zip
Remove unused using statement / host stub
GetIntProperty() isn't used after Ied46e9346b4ca7931aa4dcf1c9dbc11de0e12d93, so it can be removed. Test: build Change-Id: I5736f553db1a615d51b8fe3cbf9b4aee89451076
Diffstat (limited to 'init/subcontext.cpp')
-rw-r--r--init/subcontext.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/subcontext.cpp b/init/subcontext.cpp
index fdb46415d..267d530f0 100644
--- a/init/subcontext.cpp
+++ b/init/subcontext.cpp
@@ -30,8 +30,6 @@
#include "util.h"
#if defined(__ANDROID__)
-#include <android-base/properties.h>
-
#include "property_service.h"
#include "selinux.h"
#else
@@ -39,7 +37,6 @@
#endif
using android::base::GetExecutablePath;
-using android::base::GetIntProperty;
using android::base::Join;
using android::base::Socketpair;
using android::base::Split;