From 1cc97412cd8168d897b1b361c8fa2cf792a51729 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 26 Jul 2022 18:19:44 -0700 Subject: Remove rb_iseq_each --- yjit/bindgen/src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'yjit/bindgen') 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 -- cgit v1.2.1