diff options
Diffstat (limited to 'toolbox/start.c')
-rw-r--r-- | toolbox/start.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolbox/start.c b/toolbox/start.c index 665a941..7f37108 100644 --- a/toolbox/start.c +++ b/toolbox/start.c @@ -7,8 +7,6 @@ int start_main(int argc, char *argv[]) { - char buf[1024]; - if(argc > 1) { property_set("ctl.start", argv[1]); } else { |