Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-03-30 21:11:46 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2011-03-30 21:11:46 +0400
commita439fa93f64e6eb34f0633d00d203b4267d58521 (patch)
treee767135a3306e913a030044a0d85c18742723d1a /shell/hush.c
parentcecbc986112cdd5ce95d15221979edf4281f5f7f (diff)
hush: remove outdated comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c6
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,
}
IF_HAS_KEYWORDS(pctx = p2;)
} while (HAS_KEYWORDS && pctx);
- /* Free text, clear all dest fields */
- o_free(&dest);
+ o_free(&dest);
G.last_exitcode = 1;
- /* If we are not in top-level parse, we return,
- * our caller will propagate error.
- */
#if !BB_MMU
if (pstring)
*pstring = NULL;