[git commit master 1/1] hush: remove outdated comments
Denys Vlasenko
vda.linux at googlemail.com
Wed Mar 30 17:11:46 UTC 2011
commit: http://git.busybox.net/busybox/commit/?id=a439fa93f64e6eb34f0633d00d203b4267d58521
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
shell/hush.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/shell/hush.c b/shell/hush.c
index a476524..e698e6c 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;
--
1.7.3.4
More information about the busybox-cvs
mailing list