summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-10-19 17:45:25 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-10-19 17:45:36 -0700
commit2e3b764ad1dd180dd6e84f51081582fd4d0bd439 (patch)
tree669fac4ee84d32c24a559f0eb00d90e5c0191a5b /ruby.c
parent7f175e564875b011efb43537907867dd08d659e8 (diff)
downloadruby-2e3b764ad1dd180dd6e84f51081582fd4d0bd439.tar.gz
Remove a leftover comment [ci skip]
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 037d031c52..68da778ea6 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1627,8 +1627,6 @@ ruby_opt_init(ruby_cmdline_options_t *opt)
rb_call_builtin_inits();
ruby_init_prelude();
- // Make sure the saved_ec of the initial thread's root_fiber is scanned by rb_jit_cont_each_ec.
- //
#if USE_MJIT
// mjit_init is safe only after rb_call_builtin_inits defines RubyVM::MJIT::Compiler
if (opt->mjit.on)