diff options
author | Takashi Kokubun <[email protected]> | 2023-04-01 23:06:45 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-04-01 23:09:05 -0700 |
commit | 1b475fcd10b4f6fe6784c016e3cdeff724229b1d () | |
tree | c4b836e3fc641dedb64d836155528f68346f956d /yjit/bindgen/src/main.rs | |
parent | 6c55c3eb7f20b4df685f263c6fd121883b5bf113 (diff) |
Remove an unneeded function copy
-rw-r--r-- | yjit/bindgen/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ fn main() { .allowlist_function("rb_ary_resurrect") .allowlist_function("rb_ary_clear") .allowlist_function("rb_ary_dup") - .allowlist_function("rb_yjit_rb_ary_unshift_m") .allowlist_function("rb_yjit_rb_ary_subseq_length") // From internal/array.h |