Remove an unused VM option
This seems to be used nowhere today.
This commit is contained in:
parent
c58759f494
commit
4ad171bb25
3
vm.c
3
vm.c
@ -3884,9 +3884,6 @@ Init_VM(void)
|
||||
#if OPT_INLINE_METHOD_CACHE
|
||||
rb_ary_push(opts, rb_str_new2("inline method cache"));
|
||||
#endif
|
||||
#if OPT_BLOCKINLINING
|
||||
rb_ary_push(opts, rb_str_new2("block inlining"));
|
||||
#endif
|
||||
|
||||
/* ::RubyVM::INSTRUCTION_NAMES
|
||||
* A list of bytecode instruction names in MRI.
|
||||
|
Loading…
x
Reference in New Issue
Block a user