From f16386954d0418d19e260bebfc5552ccdf6ea376 Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 13 Mar 2011 15:31:46 +0000 Subject: [PATCH] drop dead code --- lex.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lex.c b/lex.c index 0b92535..55109bb 100644 --- a/lex.c +++ b/lex.c @@ -22,7 +22,7 @@ #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 @@ -660,8 +660,6 @@ yylex(int cf) } } goto Sbase2; - *wp++ = c; - break; case SQBRACE: if (c == '\\') {