From a007575497ef00aeb3cb0d7ceef0f764c8bc4615 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Thu, 8 May 2025 20:50:02 +0200 Subject: Remove unused `rb_shape_object_id_index` --- shape.h | 1 - 1 file changed, 1 deletion(-) (limited to 'shape.h') diff --git a/shape.h b/shape.h index 1c0aa3c71a..4cb6c9d33d 100644 --- a/shape.h +++ b/shape.h @@ -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); -- cgit v1.2.3