diff options
author | Jean Boussier <[email protected]> | 2025-05-08 20:50:02 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-05-09 10:22:51 +0200 |
commit | a007575497ef00aeb3cb0d7ceef0f764c8bc4615 () | |
tree | ef1f0510e784d3752e9f9624c1f4bbfabe5fdb1f /shape.h | |
parent | c9b08882b796c9d3a5f92d57d0b4f866fb24f3ac (diff) |
Remove unused `rb_shape_object_id_index`
Notes: Merged: https://.com/ruby/ruby/pull/13283
-rw-r--r-- | shape.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -173,7 +173,6 @@ shape_id_t rb_shape_transition_add_ivar_no_warnings(VALUE obj, ID id); rb_shape_t *rb_shape_object_id_shape(VALUE obj); bool rb_shape_has_object_id(rb_shape_t *shape); -attr_index_t rb_shape_object_id_index(rb_shape_t *shape); void rb_shape_free_all(void); rb_shape_t *rb_shape_rebuild_shape(rb_shape_t *initial_shape, rb_shape_t *dest_shape); |