diff options
Diffstat (limited to 'toolbox/getprop.c')
-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 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; |