summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-compiler/core/parse.y
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2016-12-14 13:34:24 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2016-12-14 13:34:24 +0900
commit73cc08772f1a11140b238525698bce0664326a50 (patch)
tree3546b0209b30c8066c2ff3107c716c13ecbd963a /mrbgems/mruby-compiler/core/parse.y
parenteb2a52ac98031d711b5e8d1c5fd722c2abe3391c (diff)
downloadmruby-73cc08772f1a11140b238525698bce0664326a50.tar.gz
mruby-73cc08772f1a11140b238525698bce0664326a50.zip
remove debug code; ref #3344
Diffstat (limited to 'mrbgems/mruby-compiler/core/parse.y')
-rw-r--r--mrbgems/mruby-compiler/core/parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-compiler/core/parse.y b/mrbgems/mruby-compiler/core/parse.y
index 821411cf4..fac779b07 100644
--- a/mrbgems/mruby-compiler/core/parse.y
+++ b/mrbgems/mruby-compiler/core/parse.y
@@ -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;