mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
rc: remove dead code.
kencc warns that this code is dead.
This commit is contained in:
parent
8bf462f339
commit
964ac74cdc
1 changed files with 0 additions and 2 deletions
|
@ -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);}
|
||||
|
|
Loading…
Reference in a new issue