summaryrefslogtreecommitdiffstats
path: root/src/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/rc/parse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/rc/parse.c b/src/cmd/rc/parse.c
index dd102190..a9cf497a 100644
--- a/src/cmd/rc/parse.c
+++ b/src/cmd/rc/parse.c
@@ -298,8 +298,6 @@ cmd3(int tok, int *ptok)
t2 = brace(tok);
*ptok = dropsp(yylex());
return tree2(SWITCH, t1, t2);
- // Note: cmd: a && for(x) y && b is a && {for (x) {y && b}}.
- return cmd(tok, ptok);
case FN:
// | FN words brace {$$=tree2(FN, $2, $3);}