mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00: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>
@ -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…
x
Reference in New Issue
Block a user