From 25eed2848344f19385b39daaac8ca5eef79f9466 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Fri, 1 Oct 2021 17:46:50 -0400 Subject: Remove unused function --- yjit_iface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'yjit_iface.h') 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); -- cgit v1.2.3