summaryrefslogtreecommitdiff
path: root/rjit_c.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 23:42:58 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 23:42:58 -0700
commitc4e2718763e1ab2d00f43b0797b4852b5ccf28c8 (patch)
treef2091e8a9e13c76c1fc4291ed6f7aa378bc56e03 /rjit_c.rb
parent32e0c97dfaa7973032e6ab93260be8eb4ad1458a (diff)
downloadruby-c4e2718763e1ab2d00f43b0797b4852b5ccf28c8.tar.gz
RJIT: Workaround USE_RVARGC=0 CI
Diffstat (limited to 'rjit_c.rb')
-rw-r--r--rjit_c.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/rjit_c.rb b/rjit_c.rb
index ea68fcf4fb..60c3635381 100644
--- a/rjit_c.rb
+++ b/rjit_c.rb
@@ -768,11 +768,6 @@ module RubyVM::RJIT # :nodoc: all
shared: self.VALUE,
), Primitive.cexpr!("OFFSETOF(((struct RString *)NULL)->as.heap, aux)")],
),
- embed: CType::Struct.new(
- "", Primitive.cexpr!("SIZEOF(((struct RString *)NULL)->as.embed)"),
- len: [CType::Immediate.parse("long"), Primitive.cexpr!("OFFSETOF(((struct RString *)NULL)->as.embed, len)")],
- ary: [CType::Pointer.new { CType::Immediate.parse("char") }, Primitive.cexpr!("OFFSETOF(((struct RString *)NULL)->as.embed, ary)")],
- ),
), Primitive.cexpr!("OFFSETOF((*((struct RString *)NULL)), as)")],
)
end