1
0
Fork 0
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:
S.H 2021-06-01 16:37:45 +09:00 committed by GitHub
parent 45662c54c9
commit 588446c39c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2021-06-01 16:38:04 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View file

@ -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