[syslinux:master] rosh: Clean up rosh_command to remove old stuff

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Sun Nov 14 12:54:58 PST 2010


Commit-ID:  cb8c3cf3a53d239840581a6d2e916843a4785b08
Gitweb:     http://syslinux.zytor.com/commit/cb8c3cf3a53d239840581a6d2e916843a4785b08
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Sun, 3 Oct 2010 12:05:45 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sat, 9 Oct 2010 07:33:08 -0400

rosh: Clean up rosh_command to remove old stuff



---
 com32/rosh/rosh.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

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':



More information about the Syslinux-commits mailing list