From 1b475fcd10b4f6fe6784c016e3cdeff724229b1d Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 1 Apr 2023 23:06:45 -0700 Subject: Remove an unneeded function copy --- yjit/bindgen/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yjit/bindgen') 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 -- cgit v1.2.3