diff options
author | S.H <[email protected]> | 2021-06-01 16:37:45 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-01 00:37:45 -0700 |
commit | 588446c39c5852637ad15906f80dae3800e01233 (patch) | |
tree | 3d944e2a54eb45dc76f7040d41346992e7f66a61 /internal/array.h | |
parent | 45662c54c95db007d8738cc0bbaa6bdb36d00567 (diff) |
Remove unneeded rb_ary_ptr_use_start defination in internal/array.h (#4427)
Notes
Notes:
Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'internal/array.h')
-rw-r--r-- | internal/array.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/array.h b/internal/array.h index 00e03c116e..8dcfcdf2d7 100644 --- a/internal/array.h +++ b/internal/array.h @@ -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 |