diff options
author | Alan Wu <[email protected]> | 2023-10-05 16:40:27 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2023-10-05 16:40:27 -0400 |
commit | 07a7c4bdaf27b80a8d791032986539d5188804c6 (patch) | |
tree | bf3600658175ba2403047981e2f90ed8ba4f69bb /yjit/bindgen | |
parent | 41a6e4bdf9738e2cf1ea356422a429efeeb5a8f0 (diff) |
YJIT: Remove duplicate cfp->iseq accessor
Diffstat (limited to 'yjit/bindgen')
-rw-r--r-- | yjit/bindgen/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs index db93672a3d..c87dc6fb21 100644 --- a/yjit/bindgen/src/main.rs +++ b/yjit/bindgen/src/main.rs @@ -307,7 +307,6 @@ fn main() { .allowlist_function("rb_yjit_iseq_builtin_attrs") .allowlist_function("rb_yjit_builtin_function") .allowlist_function("rb_set_cfp_(pc|sp)") - .allowlist_function("rb_cfp_get_iseq") .allowlist_function("rb_yjit_multi_ractor_p") .allowlist_function("rb_c_method_tracing_currently_enabled") .allowlist_function("rb_full_cfunc_return") |