aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-05-01 20:22:08 +0100
committerRon Yorston <rmy@pobox.com>2014-05-01 20:22:08 +0100
commit7905d97aeece18da362a5a1e066abff2d2e5c16b (patch)
treeeb84265146fc9b0450ed2323c0555473cdcadb69
parent9b44b5e6c0f31057dd95982b1c65a89a90f1ca5c (diff)
downloadbusybox-w32-7905d97aeece18da362a5a1e066abff2d2e5c16b.tar.gz
busybox-w32-7905d97aeece18da362a5a1e066abff2d2e5c16b.tar.bz2
busybox-w32-7905d97aeece18da362a5a1e066abff2d2e5c16b.zip
ash: remove redundant comment
-rw-r--r--shell/ash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 9a7147d72..19565d185 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -14343,7 +14343,6 @@ forkshell_copy(struct forkshell *fs)
14343 new->cmdtable = cmdtable_copy(fs->cmdtable); 14343 new->cmdtable = cmdtable_copy(fs->cmdtable);
14344 SAVE_PTR3(new->gvp, new->gmp, new->cmdtable); 14344 SAVE_PTR3(new->gvp, new->gmp, new->cmdtable);
14345 14345
14346 /* new->fs will be reconstructed from new->fpid */
14347 new->n = copynode(fs->n); 14346 new->n = copynode(fs->n);
14348 new->argv = argv_copy(fs->argv); 14347 new->argv = argv_copy(fs->argv);
14349 new->string = nodeckstrdup(fs->string); 14348 new->string = nodeckstrdup(fs->string);