diff options
Diffstat (limited to 'lib/ruby_vm')
-rw-r--r-- | lib/ruby_vm/mjit/stats.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/ruby_vm/mjit/stats.rb b/lib/ruby_vm/mjit/stats.rb index 263948bc0e..684ca61f20 100644 --- a/lib/ruby_vm/mjit/stats.rb +++ b/lib/ruby_vm/mjit/stats.rb @@ -27,12 +27,6 @@ module RubyVM::MJIT stats end - at_exit do - if C.mjit_opts.stats - print_stats - end - end - class << self private |