diff options
author | Peter Zhu <[email protected]> | 2025-02-12 13:22:18 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2025-02-12 14:03:07 -0500 |
commit | 16f41eca53ec43763c63a830e50ca72324dc9c79 () | |
tree | d80baa763e927d2ef4028b09e710c217bf7786b8 /yjit | |
parent | f32d5071b7b01f258eb45cf533496d82d5c0f6a1 (diff) |
Remove dead iv_index_tbl field in RObject
Notes: Merged: https://.com/ruby/ruby/pull/12739
-rw-r--r-- | yjit/src/cruby_bindings.inc.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -972,7 +972,6 @@ pub const DEFINED_FUNC: defined_type = 16; pub const DEFINED_CONST_FROM: defined_type = 17; pub type defined_type = u32; pub const ROBJECT_OFFSET_AS_HEAP_IVPTR: robject_offsets = 16; -pub const ROBJECT_OFFSET_AS_HEAP_IV_INDEX_TBL: robject_offsets = 24; pub const ROBJECT_OFFSET_AS_ARY: robject_offsets = 16; pub type robject_offsets = u32; pub const RUBY_OFFSET_RSTRING_LEN: rstring_offsets = 16; |