diff options
author | Peter Zhu <[email protected]> | 2022-11-11 10:37:11 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-11-14 11:25:41 -0500 |
commit | 6dd1a5f532711a28ffe815455503f5a2b1f70d23 (patch) | |
tree | c74e6025e7cc0af49bf599ebf51f9b3364f2d95f /shape.h | |
parent | 1221c77489ff53866663794127c6d331c80dcdf1 (diff) |
Remove unused function rb_shape_transition_shape
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6717
Diffstat (limited to 'shape.h')
-rw-r--r-- | shape.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -144,7 +144,6 @@ int rb_shape_frozen_shape_p(rb_shape_t* shape); void rb_shape_transition_shape_frozen(VALUE obj); void rb_shape_transition_shape_remove_ivar(VALUE obj, ID id, rb_shape_t *shape); rb_shape_t * rb_shape_transition_shape_capa(rb_shape_t * shape, uint32_t new_capacity); -void rb_shape_transition_shape(VALUE obj, ID id, rb_shape_t *shape); rb_shape_t * rb_shape_get_next_iv_shape(rb_shape_t * shape, ID id); rb_shape_t* rb_shape_get_next(rb_shape_t* shape, VALUE obj, ID id); bool rb_shape_get_iv_index(rb_shape_t * shape, ID id, attr_index_t * value); |