Get rid of rb_shape_t.heap_id

This commit is contained in:
Jean Boussier 2025-06-07 15:26:27 +02:00
parent 6eb0cd8df7
commit 191f6e3b87
Notes: git 2025-06-07 16:30:58 +00:00
4 changed files with 6 additions and 9 deletions

View file

@ -698,7 +698,6 @@ pub struct rb_shape {
pub next_field_index: attr_index_t,
pub capacity: attr_index_t,
pub type_: u8,
pub heap_index: u8,
}
pub type rb_shape_t = rb_shape;
#[repr(C)]