summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2022-10-14 16:11:37 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2022-10-14 17:14:41 -0700
commit1acc1a5c6d5d01b2822d7aa4356208095481724b (patch)
treee4afb10bc27499c493e535eb9425e8b22f8f363a /yjit/bindgen
parent53e0e5e8df8648e23278e4811e634671de9e1af1 (diff)
YJIT doesn't need rb_obj_ensure_iv_index_mapping
We should make this function static and remove it from YJIT bindings.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6553
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 b945e9b106..7bdfdade77 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -304,7 +304,6 @@ fn main() {
// From internal/variable.h
.allowlist_function("rb_gvar_(get|set)")
- .allowlist_function("rb_obj_ensure_iv_index_mapping")
// From include/ruby/internal/intern/variable.h
.allowlist_function("rb_attr_get")