Skip to content

Commit 6b3a97d

Browse files
committed
Remove undefined function from bindgen
`rb_get_iseq_body_total_calls` was removed in cd8d20c, but it's still in the YJIT bindgen file. This commit just removes it from bindgen
1 parent 2b69949 commit 6b3a97d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yjit/bindgen/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ fn main() {
421421
.allowlist_function("rb_get_def_iseq_ptr")
422422
.allowlist_function("rb_get_def_bmethod_proc")
423423
.allowlist_function("rb_iseq_encoded_size")
424-
.allowlist_function("rb_get_iseq_body_total_calls")
425424
.allowlist_function("rb_get_iseq_body_local_iseq")
426425
.allowlist_function("rb_get_iseq_body_parent_iseq")
427426
.allowlist_function("rb_get_iseq_body_iseq_encoded")

0 commit comments

Comments
 (0)