summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index 9eef02c2d9..319e877560 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -122,7 +122,6 @@ RUBY_EXTERN struct rb_yjit_runtime_counters yjit_runtime_counters;
RUBY_EXTERN struct rb_yjit_options rb_yjit_opts;
-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);
void yjit_print_iseq(const rb_iseq_t *iseq);