summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vm.c b/vm.c
index 9528040a9e..bddb4dd8d4 100644
--- a/vm.c
+++ b/vm.c
@@ -2047,10 +2047,6 @@ Init_VM(void)
rb_ary_push(opts, rb_str_new2("call threaded code"));
#endif
-#if OPT_BASIC_OPERATIONS
- rb_ary_push(opts, rb_str_new2("optimize basic operation"));
-#endif
-
#if OPT_STACK_CACHING
rb_ary_push(opts, rb_str_new2("stack caching"));
#endif