mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Get rid of rb_shape_t.heap_id
This commit is contained in:
parent
6eb0cd8df7
commit
191f6e3b87
Notes:
git
2025-06-07 16:30:58 +00:00
4 changed files with 6 additions and 9 deletions
1
yjit/src/cruby_bindings.inc.rs
generated
1
yjit/src/cruby_bindings.inc.rs
generated
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue