summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-13 20:53:36 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-13 20:54:00 -0700
commit4ad171bb255003be688bbe8c72183943a6c7c2ae (patch)
tree4dbdfaf2080fc917e9b889e513b05004d8537a8b /vm.c
parentc58759f4948747e90134ad314fbd94cdf1c2d93b (diff)
Remove an unused VM option
This seems to be used nowhere today.
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm.c b/vm.c
index 3c809c65d3..7185f77a43 100644
--- a/vm.c
+++ b/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.