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
This commit is contained in:
parent
2b69949407
commit
6b3a97d74b
Notes:
git
2025-02-16 21:37:53 +00:00
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user