From 8e18761da1932df88bfb6505acbda4740e1b2930 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 28 Nov 2022 00:13:09 -0800 Subject: Revert "MJIT: Make it parsable by Solargraph" This reverts commit ccd8dd6ad395bbd9f5290e0fcb7929e5e5d36767. Revert "MJIT: Fix miniruby with MJIT_FORCE_ENABLE" This reverts commit b033775ed9d9226ba73c1d4a197e55ba89575142. GitHub Actions is failing. I ran out of time today to investigate it. will try it again tomorrow. --- mjit.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'mjit.rb') diff --git a/mjit.rb b/mjit.rb index 64c1c69c1a..ea0946d589 100644 --- a/mjit.rb +++ b/mjit.rb @@ -20,7 +20,6 @@ if RubyVM::MJIT.enabled? return # miniruby doesn't support MJIT end - RubyVM::MJIT::C = Object.new # forward declaration for mjit/compiler require "mjit/c_type" require "mjit/instruction" require "mjit/compiler" -- cgit v1.2.3