diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-05-27 12:58:24 +0200 |
|---|---|---|
| committer | Jean Boussier <jean.boussier@gmail.com> | 2025-05-27 15:34:02 +0200 |
| commit | 97f44ac54e197bca43b54dd65e116cb9ea22cda0 (patch) | |
| tree | 332c01aaf47ccbf32a77263bd3fcc60bef64a136 /shape.h | |
| parent | a59835e1d53d3fb673978e93417f4080774f905a (diff) | |
Get rid of rb_shape_set_shape
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13450
Diffstat (limited to 'shape.h')
| -rw-r--r-- | shape.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -130,7 +130,6 @@ bool rb_shape_id_too_complex_p(shape_id_t shape_id); bool rb_shape_has_object_id(rb_shape_t *shape); bool rb_shape_id_has_object_id(shape_id_t shape_id); -void rb_shape_set_shape(VALUE obj, rb_shape_t *shape); shape_id_t rb_shape_transition_frozen(VALUE obj); shape_id_t rb_shape_transition_complex(VALUE obj); shape_id_t rb_shape_transition_remove_ivar(VALUE obj, ID id, shape_id_t *removed_shape_id); |
