mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove a leftover comment [ci skip]
This commit is contained in:
parent
7f175e5648
commit
2e3b764ad1
1 changed files with 0 additions and 2 deletions
2
ruby.c
2
ruby.c
|
@ -1627,8 +1627,6 @@ ruby_opt_init(ruby_cmdline_options_t *opt)
|
||||||
rb_call_builtin_inits();
|
rb_call_builtin_inits();
|
||||||
ruby_init_prelude();
|
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
|
#if USE_MJIT
|
||||||
// mjit_init is safe only after rb_call_builtin_inits defines RubyVM::MJIT::Compiler
|
// mjit_init is safe only after rb_call_builtin_inits defines RubyVM::MJIT::Compiler
|
||||||
if (opt->mjit.on)
|
if (opt->mjit.on)
|
||||||
|
|
Loading…
Reference in a new issue