diff options
Diffstat (limited to 'toolbox/stop.c')
-rw-r--r-- | toolbox/stop.c | 2 |
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{ |