summaryrefslogtreecommitdiffstats
path: root/toolbox
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-05-14 16:51:09 -0700
committerElliott Hughes <enh@google.com>2014-05-14 16:51:09 -0700
commitf94853f294059efc49ee5a057833cf8bc2b6c5df (patch)
tree0d5316186ac01d4d10fe936ab258190f9010ba54 /toolbox
parent32e4479d5535887d03625b43b7e3574b458dfc8d (diff)
downloadsystem_core-f94853f294059efc49ee5a057833cf8bc2b6c5df.zip
system_core-f94853f294059efc49ee5a057833cf8bc2b6c5df.tar.gz
system_core-f94853f294059efc49ee5a057833cf8bc2b6c5df.tar.bz2
Clean up some unnecessary system_properties cruft.
Bug: 14970171 Change-Id: I6f54c35e265b849be914120f795c9f8e0cec34bb
Diffstat (limited to 'toolbox')
-rw-r--r--toolbox/getprop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolbox/getprop.c b/toolbox/getprop.c
index c001fda..7fd694d 100644
--- a/toolbox/getprop.c
+++ b/toolbox/getprop.c
@@ -3,7 +3,6 @@
#include <cutils/properties.h>
-#include <sys/system_properties.h>
#include "dynarray.h"
static void record_prop(const char* key, const char* name, void* opaque)
@@ -31,8 +30,6 @@ static void list_properties(void)
strlist_done(list);
}
-int __system_property_wait(prop_info *pi);
-
int getprop_main(int argc, char *argv[])
{
int n = 0;