From 7905d97aeece18da362a5a1e066abff2d2e5c16b Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Thu, 1 May 2014 20:22:08 +0100 Subject: ash: remove redundant comment --- shell/ash.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell') 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) new->cmdtable = cmdtable_copy(fs->cmdtable); SAVE_PTR3(new->gvp, new->gmp, new->cmdtable); - /* new->fs will be reconstructed from new->fpid */ new->n = copynode(fs->n); new->argv = argv_copy(fs->argv); new->string = nodeckstrdup(fs->string); -- cgit v1.2.3-55-g6feb