aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/cruby_bindings.inc.rs
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-06-08 10:42:59 -0400
committerPeter Zhu <peter@peterzhu.ca>2023-06-08 10:42:59 -0400
commit441302be1add6f10a85ccbde551a0fb567c65a15 (patch)
treeaae635592582cb6e221c4d05660ac7e112cc64fb /yjit/src/cruby_bindings.inc.rs
parent41496305663911dda2f0be6f5cb11eea448f10d5 (diff)
downloadruby-441302be1add6f10a85ccbde551a0fb567c65a15.tar.gz
Remove RHASH_TRANSIENT_FLAG
Hashes are no longer allocated on the transient heap.
Diffstat (limited to 'yjit/src/cruby_bindings.inc.rs')
-rw-r--r--yjit/src/cruby_bindings.inc.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/yjit/src/cruby_bindings.inc.rs b/yjit/src/cruby_bindings.inc.rs
index 1f549161ca..586a8f0156 100644
--- a/yjit/src/cruby_bindings.inc.rs
+++ b/yjit/src/cruby_bindings.inc.rs
@@ -844,7 +844,6 @@ pub const RHASH_AR_TABLE_SIZE_MASK: ruby_rhash_flags = 983040;
pub const RHASH_AR_TABLE_SIZE_SHIFT: ruby_rhash_flags = 16;
pub const RHASH_AR_TABLE_BOUND_MASK: ruby_rhash_flags = 15728640;
pub const RHASH_AR_TABLE_BOUND_SHIFT: ruby_rhash_flags = 20;
-pub const RHASH_TRANSIENT_FLAG: ruby_rhash_flags = 16777216;
pub const RHASH_LEV_SHIFT: ruby_rhash_flags = 25;
pub const RHASH_LEV_MAX: ruby_rhash_flags = 127;
pub type ruby_rhash_flags = u32;