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:
Aaron Patterson 2025-02-16 13:06:56 -08:00 committed by Aaron Patterson
parent 2b69949407
commit 6b3a97d74b
Notes: git 2025-02-16 21:37:53 +00:00

View File

@ -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")