summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-14 14:00:19 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-14 14:01:53 -0700
commit868f03cce1a2d7a4df9b03b8338e3af4c69041d0 (patch)
treea109108adb3e8ef5f34a0693127e2489acdc381b /internal
parent9a43c63d436568350333964a859fd14987a029f0 (diff)
downloadruby-868f03cce1a2d7a4df9b03b8338e3af4c69041d0.tar.gz
Remove unused jit_enable_p flag
This was used only by MJIT.
Diffstat (limited to 'internal')
-rw-r--r--internal/vm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/vm.h b/internal/vm.h
index 11595b21d8..7943027946 100644
--- a/internal/vm.h
+++ b/internal/vm.h
@@ -58,8 +58,6 @@ VALUE rb_yield_refine_block(VALUE refinement, VALUE refinements);
VALUE ruby_vm_special_exception_copy(VALUE);
PUREFUNC(st_table *rb_vm_fstring_table(void));
-VALUE vm_exec(struct rb_execution_context_struct *, bool); /* used in JIT-ed code */
-
/* vm_eval.c */
VALUE rb_current_realfilepath(void);
VALUE rb_check_block_call(VALUE, ID, int, const VALUE *, rb_block_call_func_t, VALUE);