diff options
Diffstat (limited to 'toolbox/getprop.c')
-rw-r--r-- | toolbox/getprop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolbox/getprop.c b/toolbox/getprop.c index c001fda..9dfdafe 100644 --- a/toolbox/getprop.c +++ b/toolbox/getprop.c @@ -35,8 +35,6 @@ int __system_property_wait(prop_info *pi); int getprop_main(int argc, char *argv[]) { - int n = 0; - if (argc == 1) { list_properties(); } else { |