mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unneeded rb_ary_ptr_use_start defination in internal/array.h (#4427)
This commit is contained in:
parent
45662c54c9
commit
588446c39c
Notes:
git
2021-06-01 16:38:04 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ static inline void RARY_TRANSIENT_UNSET(VALUE ary);
|
|||
RUBY_SYMBOL_EXPORT_BEGIN
|
||||
/* array.c (export) */
|
||||
void rb_ary_detransient(VALUE a);
|
||||
VALUE *rb_ary_ptr_use_start(VALUE ary);
|
||||
void rb_ary_ptr_use_end(VALUE ary);
|
||||
RUBY_SYMBOL_EXPORT_END
|
||||
|
||||
|
|
Loading…
Reference in a new issue