summaryrefslogtreecommitdiff
path: root/yjit_hook.rb
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_hook.rb')
-rw-r--r--yjit_hook.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/yjit_hook.rb b/yjit_hook.rb
deleted file mode 100644
index 8f0f38aaf1..0000000000
--- a/yjit_hook.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# If YJIT is enabled, load the YJIT-only version of builtin methods
-if defined?(RubyVM::YJIT) && RubyVM::YJIT.enabled?
- RubyVM::YJIT.send(:call_yjit_hooks)
-end
-
-# Remove the helper defined in kernel.rb
-class Module
- undef :with_yjit
-end