remove debug code; ref #3344

This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-12-14 13:34:24 +09:00
parent eb2a52ac98
commit 73cc08772f
-1
View File
@@ -4130,7 +4130,6 @@ parse_string(parser_state *p)
yylval.nd = new_str(p, tok(p), toklen(p));
if (IS_LABEL_POSSIBLE()) {
if (IS_LABEL_SUFFIX(0)) {
fprintf(stderr, "tLABEL_END: %d->%d\n", p->lstate, EXPR_BEG);
p->lstate = EXPR_BEG;
nextc(p);
return tLABEL_END;