summaryrefslogtreecommitdiff
path: root/mjit_c.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-14 23:37:30 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-14 23:39:38 -0800
commit69e47b7fa6611a852e86ea6efee4ba9cf49f893e (patch)
tree4b015fcdfcc250ed0d1c1b1d9517d58a86f52bad /mjit_c.rb
parentd15d1c01c28f63888475f8016adbc8b4f982b573 (diff)
MJIT: Remove reference to ROBJECT_EMBED_LEN_MAX
maybe not used since some shape changes?
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 05ddfae468..f2086cf946 100644
--- a/mjit_c.rb
+++ b/mjit_c.rb
@@ -7,10 +7,6 @@ module RubyVM::MJIT
# This `class << C` section is for calling C functions. For importing variables
# or macros as is, please consider using tool/mjit/bindgen.rb instead.
class << C
- def ROBJECT_EMBED_LEN_MAX
- Primitive.cexpr! 'INT2NUM(RBIMPL_EMBED_LEN_MAX_OF(VALUE))'
- end
-
def cdhash_to_hash(cdhash_addr)
Primitive.cdhash_to_hash(cdhash_addr)
end