summaryrefslogtreecommitdiff
path: root/mjit.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-06 23:16:21 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-06 23:21:19 -0800
commit17d45feeb6291c407e00b20a7f16ac472c7b1ef9 (patch)
treeed0d08c3051f3ed4d9cb9c411008a63a4d147805 /mjit.h
parent57cb4a817916637eaeb4732f56c5aa5b748a4349 (diff)
MJIT: Refactor mjit_wait
Diffstat (limited to 'mjit.h')
-rw-r--r--mjit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mjit.h b/mjit.h
index d5c5858d6f..ffbc94fd89 100644
--- a/mjit.h
+++ b/mjit.h
@@ -85,7 +85,6 @@ RUBY_EXTERN struct mjit_options mjit_opts;
RUBY_EXTERN bool mjit_call_p;
extern void rb_mjit_add_iseq_to_process(const rb_iseq_t *iseq);
-extern VALUE rb_mjit_wait_call(rb_execution_context_t *ec, struct rb_iseq_constant_body *body);
extern struct rb_mjit_compile_info* rb_mjit_iseq_compile_info(const struct rb_iseq_constant_body *body);
extern void rb_mjit_recompile_send(const rb_iseq_t *iseq);
extern void rb_mjit_recompile_ivar(const rb_iseq_t *iseq);