mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
removed leftovers from the copy-paste from mri
This commit is contained in:
@@ -50,12 +50,3 @@ module ActiveSupport
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
if RUBY_VERSION >= '1.9.2'
|
||||
require 'active_support/testing/performance/ruby/yarv'
|
||||
elsif RUBY_VERSION >= '1.8.6'
|
||||
require 'active_support/testing/performance/ruby/mri'
|
||||
else
|
||||
$stderr.puts 'Update your ruby interpreter to be able to run benchmarks.'
|
||||
exit
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user