summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index d2fad40194..489803a537 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -96,9 +96,6 @@ extern yjit_comment_array_t yjit_code_comments;
RUBY_EXTERN struct rb_yjit_options rb_yjit_opts;
RUBY_EXTERN struct rb_yjit_runtime_counters yjit_runtime_counters;
-void cb_write_pre_call_bytes(codeblock_t* cb);
-void cb_write_post_call_bytes(codeblock_t* cb);
-
void yjit_map_addr2insn(void *code_ptr, int insn);
VALUE *yjit_iseq_pc_at_idx(const rb_iseq_t *iseq, uint32_t insn_idx);
int yjit_opcode_at_pc(const rb_iseq_t *iseq, const VALUE *pc);