diff options
author | Jean Boussier <[email protected]> | 2025-06-07 15:26:27 +0200 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-06-07 18:30:44 +0200 |
commit | 191f6e3b8744ae459ab7f6cb4d95ac5218856084 () | |
tree | f57b3c7a01042aa5225aa04f30fd2f370529b55b /shape.h | |
parent | 6eb0cd8df703d0a2edf7b11eab3255295e58c888 (diff) |
Get rid of rb_shape_t.heap_id
Notes: Merged: https://.com/ruby/ruby/pull/13556
-rw-r--r-- | shape.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -57,7 +57,6 @@ struct rb_shape { attr_index_t next_field_index; // Fields are either ivars or internal properties like `object_id` attr_index_t capacity; // Total capacity of the object with this shape uint8_t type; - uint8_t heap_index; }; typedef struct rb_shape rb_shape_t; |