Skip to content

Commit

Permalink
Remove a leftover comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Oct 20, 2022
1 parent 7f175e5 commit 2e3b764
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ruby.c
Expand Up @@ -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)
Expand Down

0 comments on commit 2e3b764

Please sign in to comment.