drop dead code

This commit is contained in:
tg 2011-03-13 15:31:46 +00:00
parent 68162acef7
commit f16386954d

4
lex.c
View File

@ -22,7 +22,7 @@
#include "sh.h" #include "sh.h"
__RCSID("$MirOS: src/bin/mksh/lex.c,v 1.136 2011/03/13 01:11:58 tg Exp $"); __RCSID("$MirOS: src/bin/mksh/lex.c,v 1.137 2011/03/13 15:31:46 tg Exp $");
/* /*
* states while lexing word * states while lexing word
@ -660,8 +660,6 @@ yylex(int cf)
} }
} }
goto Sbase2; goto Sbase2;
*wp++ = c;
break;
case SQBRACE: case SQBRACE:
if (c == '\\') { if (c == '\\') {