We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b69949 commit 6b3a97dCopy full SHA for 6b3a97d
yjit/bindgen/src/main.rs
@@ -421,7 +421,6 @@ fn main() {
421
.allowlist_function("rb_get_def_iseq_ptr")
422
.allowlist_function("rb_get_def_bmethod_proc")
423
.allowlist_function("rb_iseq_encoded_size")
424
- .allowlist_function("rb_get_iseq_body_total_calls")
425
.allowlist_function("rb_get_iseq_body_local_iseq")
426
.allowlist_function("rb_get_iseq_body_parent_iseq")
427
.allowlist_function("rb_get_iseq_body_iseq_encoded")
0 commit comments