summaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 9823b56ac..cf522789d 100644
--- a/parse.y
+++ b/parse.y
@@ -4675,7 +4675,6 @@ yycompile0(VALUE arg, int tracing)
}
}
- parser->enc = rb_enc_get(lex_input);
parser_prepare(parser);
n = yyparse((void*)parser);
ruby_debug_lines = 0;