summaryrefslogtreecommitdiff
path: root/yjit/bindgen/src/main.rs
diff options
context:
space:
mode:
authorAaron Patterson <[email protected]>2025-02-16 13:06:56 -0800
committerAaron Patterson <[email protected]>2025-02-16 16:37:36 -0500
commit6b3a97d74b3b6febb7e70ae5359831c712ae57fa ()
tree7d849001051dc1c3e23b4217aaa889c18c56a758 /yjit/bindgen/src/main.rs
parent2b69949407a4872e317dbc50dd1d3a6b1c72752a (diff)
Remove undefined function from bindgen
`rb_get_iseq_body_total_calls` was removed in cd8d20cd1fbcf9bf9d438b306beb65b2417fcc04, but it's still in the YJIT bindgen file. This commit just removes it from bindgen
Notes: Merged: https://.com/ruby/ruby/pull/12760
-rw-r--r--yjit/bindgen/src/main.rs1
1 files changed, 0 insertions, 1 deletions
@@ -421,7 +421,6 @@ fn main() {
.allowlist_function("rb_get_def_iseq_ptr")
.allowlist_function("rb_get_def_bmethod_proc")
.allowlist_function("rb_iseq_encoded_size")
- .allowlist_function("rb_get_iseq_body_total_calls")
.allowlist_function("rb_get_iseq_body_local_iseq")
.allowlist_function("rb_get_iseq_body_parent_iseq")
.allowlist_function("rb_get_iseq_body_iseq_encoded")