summaryrefslogtreecommitdiff
path: root/lib/ruby_vm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ruby_vm')
-rw-r--r--lib/ruby_vm/mjit/insn_compiler.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/ruby_vm/mjit/insn_compiler.rb b/lib/ruby_vm/mjit/insn_compiler.rb
index 6898c779e1..0242db76c5 100644
--- a/lib/ruby_vm/mjit/insn_compiler.rb
+++ b/lib/ruby_vm/mjit/insn_compiler.rb
@@ -1160,12 +1160,6 @@ module RubyVM::MJIT
return CantCompile
end
- # Disabled until we figure out why $' gets broken on test-all
- disabled = true
- if disabled
- return CantCompile
- end
-
jit_call_cfunc_with_frame(jit, ctx, asm, ci, cme, flags, argc)
end