[Feature #18349] reverts [Feature #17490]
This commit is contained in:
Takashi Kokubun 2021-12-15 20:02:30 -08:00 коммит произвёл GitHub
Родитель 40cc8e9231
Коммит 02ba0bda7e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 3 удалений

3
vm.c
Просмотреть файл

@ -3484,9 +3484,6 @@ Init_VM(void)
rb_define_singleton_method(mjit, "enabled?", mjit_enabled_p, 0); rb_define_singleton_method(mjit, "enabled?", mjit_enabled_p, 0);
rb_define_singleton_method(mjit, "pause", mjit_pause_m, -1); rb_define_singleton_method(mjit, "pause", mjit_pause_m, -1);
rb_define_singleton_method(mjit, "resume", mjit_resume_m, 0); rb_define_singleton_method(mjit, "resume", mjit_resume_m, 0);
/* RubyVM::JIT for short-term backward compatibility */
rb_const_set(rb_cRubyVM, rb_intern("JIT"), mjit);
rb_deprecate_constant(rb_cRubyVM, "JIT");
/* /*
* Document-class: Thread * Document-class: Thread