diff options
| author | Elliott Hughes <enh@google.com> | 2014-05-14 16:51:09 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2014-05-14 16:51:09 -0700 |
| commit | f94853f294059efc49ee5a057833cf8bc2b6c5df (patch) | |
| tree | 0d5316186ac01d4d10fe936ab258190f9010ba54 /toolbox | |
| parent | 32e4479d5535887d03625b43b7e3574b458dfc8d (diff) | |
| download | system_core-f94853f294059efc49ee5a057833cf8bc2b6c5df.tar.gz system_core-f94853f294059efc49ee5a057833cf8bc2b6c5df.tar.bz2 system_core-f94853f294059efc49ee5a057833cf8bc2b6c5df.zip | |
Clean up some unnecessary system_properties cruft.
Bug: 14970171
Change-Id: I6f54c35e265b849be914120f795c9f8e0cec34bb
Diffstat (limited to 'toolbox')
| -rw-r--r-- | toolbox/getprop.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolbox/getprop.c b/toolbox/getprop.c index c001fda72..7fd694d2f 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; |
