Remove warning for regexp

This commit is contained in:
mattn
2013-03-06 14:40:39 +09:00
parent 6d0e2519dd
commit 1d42e8caa8
-1
View File
@@ -4485,7 +4485,6 @@ parser_yylex(parser_state *p)
}
pushback(p, c);
if (IS_SPCARG(c)) {
arg_ambiguous(p);
#if 0
p->lex_strterm = new_strterm(p, str_regexp, '/', 0);
#endif