hush: remove outdated comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
cecbc98611
commit
a439fa93f6
@ -4529,13 +4529,9 @@ static struct pipe *parse_stream(char **pstring,
|
|||||||
}
|
}
|
||||||
IF_HAS_KEYWORDS(pctx = p2;)
|
IF_HAS_KEYWORDS(pctx = p2;)
|
||||||
} while (HAS_KEYWORDS && pctx);
|
} while (HAS_KEYWORDS && pctx);
|
||||||
/* Free text, clear all dest fields */
|
|
||||||
o_free(&dest);
|
|
||||||
|
|
||||||
|
o_free(&dest);
|
||||||
G.last_exitcode = 1;
|
G.last_exitcode = 1;
|
||||||
/* If we are not in top-level parse, we return,
|
|
||||||
* our caller will propagate error.
|
|
||||||
*/
|
|
||||||
#if !BB_MMU
|
#if !BB_MMU
|
||||||
if (pstring)
|
if (pstring)
|
||||||
*pstring = NULL;
|
*pstring = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user