From: Gene Cumm Date: Sun, 3 Oct 2010 16:05:45 +0000 (-0400) Subject: rosh: Clean up rosh_command to remove old stuff X-Git-Tag: syslinux-4.04-pre1~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb8c3cf3a53d239840581a6d2e916843a4785b08;p=profile%2Fivi%2Fsyslinux.git rosh: Clean up rosh_command to remove old stuff --- diff --git a/com32/rosh/rosh.c b/com32/rosh/rosh.c index 9831872..72f597f 100644 --- a/com32/rosh/rosh.c +++ b/com32/rosh/rosh.c @@ -1112,11 +1112,7 @@ char rosh_command(int argc, char *argv[], const char *ipwdstr) { char do_exit = false; int tlen; - char cmdstr[ROSH_CMD_SZ]; -// argc = rosh_str2argv(&argv, cmdstr); tlen = strlen(argv[0]); - rosh_argcat(cmdstr, argc, argv, 0); - ROSH_DEBUG("--cmd:'%s'\n", cmdstr); ROSH_DEBUG_ARGV_V(argc, argv); switch (argv[0][0]) { case 'e':