From 41f405c486a01c1a16c3f102c11d41c8fbbafe60 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 15 Jul 2021 14:30:43 -0700 Subject: Remove the scraper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that we're using the jit function entry point, we don't need the scraper. Thank you for your service, scraper. ❤️ --- yjit_iface.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'yjit_iface.h') 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); -- cgit v1.2.3