summaryrefslogtreecommitdiff
path: root/mjit_c.rb
diff options
context:
space:
mode:
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