removed leftovers from the copy-paste from mri

This commit is contained in:
Gonçalo Silva
2011-03-25 17:23:39 +00:00
parent b0beba2621
commit 4fe86a3ea2

View File

@@ -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