summaryrefslogtreecommitdiffstats
path: root/toolbox/getprop.c
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-05-21 15:40:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-21 15:40:14 +0000
commit36ccca155c03053397b953e4cc0ed8a8338d2450 (patch)
treebdd27932f50fe79dc32a16ff041110578abc369b /toolbox/getprop.c
parent4a343436e01b07c21c043f8a903689f70000ca73 (diff)
parentaa907768af7ba9e29901d356cdcac6a436970323 (diff)
downloadcore-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.c2
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 {