From: Denys Vlasenko Date: Wed, 30 Mar 2011 17:11:46 +0000 (+0200) Subject: hush: remove outdated comments X-Git-Tag: 1_19_0~200 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a439fa93f64e6eb34f0633d00d203b4267d58521;p=oweals%2Fbusybox.git hush: remove outdated comments Signed-off-by: Denys Vlasenko --- 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;