diff options
author | Mark Salyzyn <salyzyn@google.com> | 2014-05-21 15:40:13 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-05-21 15:40:14 +0000 |
commit | 36ccca155c03053397b953e4cc0ed8a8338d2450 (patch) | |
tree | bdd27932f50fe79dc32a16ff041110578abc369b /toolbox/getprop.c | |
parent | 4a343436e01b07c21c043f8a903689f70000ca73 (diff) | |
parent | aa907768af7ba9e29901d356cdcac6a436970323 (diff) | |
download | core-36ccca155c03053397b953e4cc0ed8a8338d2450.tar.gz core-36ccca155c03053397b953e4cc0ed8a8338d2450.tar.bz2 core-36ccca155c03053397b953e4cc0ed8a8338d2450.zip |
Merge "toolbox: turn on -Werror"
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 7fd694d2f..dcc0ea030 100644 --- a/toolbox/getprop.c +++ b/toolbox/getprop.c @@ -32,8 +32,6 @@ static void list_properties(void) int getprop_main(int argc, char *argv[]) { - int n = 0; - if (argc == 1) { list_properties(); } else { |