summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2022-07-26 18:19:44 -0700
committerJohn Hawthorn <john@hawthorn.email>2022-09-01 15:20:49 -0700
commit1cc97412cd8168d897b1b361c8fa2cf792a51729 (patch)
treed05b35c7bc71eb3c75602f20d7078abfa6a451e5 /yjit/bindgen
parent679ef34586e7a43151865cb7f33a3253d815f7cf (diff)
downloadruby-1cc97412cd8168d897b1b361c8fa2cf792a51729.tar.gz
Remove rb_iseq_each
Diffstat (limited to 'yjit/bindgen')
-rw-r--r--yjit/bindgen/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index df4083638d..eaf030a1de 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -288,7 +288,6 @@ fn main() {
// From iseq.h
.allowlist_function("rb_vm_insn_addr2opcode")
.allowlist_function("rb_iseqw_to_iseq")
- .allowlist_function("rb_iseq_each")
.allowlist_function("rb_iseq_method_name")
// From builtin.h