summaryrefslogtreecommitdiff
path: root/mjit_c.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-27 23:40:41 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-27 23:46:59 -0800
commitccd8dd6ad395bbd9f5290e0fcb7929e5e5d36767 (patch)
tree1d632dc264bd646a8265e2b9a6d3fe438e59e67f /mjit_c.rb
parent93e87c0217a20dff53dfc576de913620021f83e6 (diff)
MJIT: Make it parsable by Solargraph
Diffstat (limited to 'mjit_c.rb')
-rw-r--r--mjit_c.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/mjit_c.rb b/mjit_c.rb
index 5ccc40aaf9..460bea7925 100644
--- a/mjit_c.rb
+++ b/mjit_c.rb
@@ -2,8 +2,6 @@
# Part of this file is generated by tool/mjit/bindgen.rb.
# Run `make mjit-bindgen` to update code between "MJIT bindgen begin" and "MJIT bindgen end".
module RubyVM::MJIT
- C = Object.new
-
# 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