diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-30 19:11:46 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-30 19:11:46 +0200 |
commit | a439fa93f64e6eb34f0633d00d203b4267d58521 (patch) | |
tree | e767135a3306e913a030044a0d85c18742723d1a /shell | |
parent | cecbc986112cdd5ce95d15221979edf4281f5f7f (diff) | |
download | busybox-w32-a439fa93f64e6eb34f0633d00d203b4267d58521.tar.gz busybox-w32-a439fa93f64e6eb34f0633d00d203b4267d58521.tar.bz2 busybox-w32-a439fa93f64e6eb34f0633d00d203b4267d58521.zip |
hush: remove outdated comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/hush.c b/shell/hush.c index a47652470..e698e6c52 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -4529,13 +4529,9 @@ static struct pipe *parse_stream(char **pstring, | |||
4529 | } | 4529 | } |
4530 | IF_HAS_KEYWORDS(pctx = p2;) | 4530 | IF_HAS_KEYWORDS(pctx = p2;) |
4531 | } while (HAS_KEYWORDS && pctx); | 4531 | } while (HAS_KEYWORDS && pctx); |
4532 | /* Free text, clear all dest fields */ | ||
4533 | o_free(&dest); | ||
4534 | 4532 | ||
4533 | o_free(&dest); | ||
4535 | G.last_exitcode = 1; | 4534 | G.last_exitcode = 1; |
4536 | /* If we are not in top-level parse, we return, | ||
4537 | * our caller will propagate error. | ||
4538 | */ | ||
4539 | #if !BB_MMU | 4535 | #if !BB_MMU |
4540 | if (pstring) | 4536 | if (pstring) |
4541 | *pstring = NULL; | 4537 | *pstring = NULL; |