Skip to content

Commit

Permalink
remove debug code; ref #3344
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Dec 14, 2016
1 parent eb2a52a commit 73cc087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mrbgems/mruby-compiler/core/parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 73cc087

Please sign in to comment.