1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove duplicate declarations

Also defined in include/ruby/internal/core/rarray.h which always
will be included.
This commit is contained in:
Nobuyoshi Nakada 2021-07-28 16:58:25 +09:00
parent b3d62a77d9
commit 342dbd4f4e
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -39,8 +39,6 @@ static inline void RARY_TRANSIENT_UNSET(VALUE ary);
RUBY_SYMBOL_EXPORT_BEGIN
/* array.c (export) */
void rb_ary_detransient(VALUE a);
void rb_ary_ptr_use_end(VALUE ary);
RUBY_SYMBOL_EXPORT_END
MJIT_SYMBOL_EXPORT_BEGIN