summaryrefslogtreecommitdiffstats
path: root/toolbox/stop.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/stop.c
parent4a343436e01b07c21c043f8a903689f70000ca73 (diff)
parentaa907768af7ba9e29901d356cdcac6a436970323 (diff)
downloadsystem_core-36ccca155c03053397b953e4cc0ed8a8338d2450.zip
system_core-36ccca155c03053397b953e4cc0ed8a8338d2450.tar.gz
system_core-36ccca155c03053397b953e4cc0ed8a8338d2450.tar.bz2
Merge "toolbox: turn on -Werror"
Diffstat (limited to 'toolbox/stop.c')
-rw-r--r--toolbox/stop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolbox/stop.c b/toolbox/stop.c
index 6552c7c..ed9a293 100644
--- a/toolbox/stop.c
+++ b/toolbox/stop.c
@@ -5,8 +5,6 @@
int stop_main(int argc, char *argv[])
{
- char buf[1024];
-
if(argc > 1) {
property_set("ctl.stop", argv[1]);
} else{