summaryrefslogtreecommitdiff
path: root/mjit_c.rb
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2022-11-14 13:16:26 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2022-11-14 15:42:11 -0800
commitb7d591643ae37a556217a22e1ee9e9c6ab7cfd3e (patch)
tree646864f9580f5f553c640b6e58f0814bdf6be380 /mjit_c.rb
parent6cd0553ab7d6927e07cc7f00305cb413436b7608 (diff)
Remove USE_RVARGC code
We don't need this constant to be exposed anymore, so remove it
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6728
Diffstat (limited to 'mjit_c.rb')
-rw-r--r--mjit_c.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/mjit_c.rb b/mjit_c.rb
index 16c73fc220..322a8f15cf 100644
--- a/mjit_c.rb
+++ b/mjit_c.rb
@@ -134,10 +134,6 @@ module RubyVM::MJIT
Primitive.cexpr! %q{ RBOOL(USE_LAZY_LOAD != 0) }
end
- def C.USE_RVARGC
- Primitive.cexpr! %q{ RBOOL(USE_RVARGC != 0) }
- end
-
def C.NOT_COMPILED_STACK_SIZE
Primitive.cexpr! %q{ INT2NUM(NOT_COMPILED_STACK_SIZE) }
end