summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-07-15 14:30:43 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:38 -0400
commit41f405c486a01c1a16c3f102c11d41c8fbbafe60 (patch)
tree3bc1a173f6a634071bb62533d25d741d3b156d34 /yjit_iface.h
parent84a1e04e5873e511c8454983c3c34c6494bc5491 (diff)
Remove the scraper
Now that we're using the jit function entry point, we don't need the scraper. Thank you for your service, scraper. ❤️
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);