aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ruby.c b/ruby.c
index d0256c7814..2c70d71686 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1338,7 +1338,6 @@ process_options(VALUE arg)
GetEnvPtr(bind->env, env);
th->parse_in_eval++;
- th->mild_compile_error++;
}
if (opt->e_script) {
@@ -1402,7 +1401,6 @@ process_options(VALUE arg)
iseq = rb_iseq_new_main(tree, opt->script_name);
th->parse_in_eval--;
- th->mild_compile_error--;
th->base_block = 0;
if (opt->dump & DUMP_BIT(insns)) {