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:
parent
b3d62a77d9
commit
342dbd4f4e
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue