mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove undefined function from bindgen
`rb_get_iseq_body_total_calls` was removed in cd8d20cd1f
, 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
1 changed files with 0 additions and 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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue