From f94853f294059efc49ee5a057833cf8bc2b6c5df Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 14 May 2014 16:51:09 -0700 Subject: Clean up some unnecessary system_properties cruft. Bug: 14970171 Change-Id: I6f54c35e265b849be914120f795c9f8e0cec34bb --- toolbox/getprop.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'toolbox') 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 -#include #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; -- cgit v1.1