summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-04-01 23:06:45 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-04-01 23:09:05 -0700
commit1b475fcd10b4f6fe6784c016e3cdeff724229b1d (patch)
treec4b836e3fc641dedb64d836155528f68346f956d /yjit/bindgen
parent6c55c3eb7f20b4df685f263c6fd121883b5bf113 (diff)
downloadruby-1b475fcd10b4f6fe6784c016e3cdeff724229b1d.tar.gz
Remove an unneeded function copy
Diffstat (limited to 'yjit/bindgen')
-rw-r--r--yjit/bindgen/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index a2af76a787..627a88fd31 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -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_ary_unshift_m")
.allowlist_function("rb_yjit_rb_ary_subseq_length")
// From internal/array.h