diff options
author | Gonçalo Silva <goncalossilva@gmail.com> | 2011-03-25 17:23:39 +0000 |
---|---|---|
committer | Gonçalo Silva <goncalossilva@gmail.com> | 2011-03-25 17:23:39 +0000 |
commit | 4fe86a3ea243a16e69bcb406e733fe500fe5ede8 (patch) | |
tree | 44cb66436491ce47390df917baf559ae4d05de68 /activesupport/lib | |
parent | b0beba2621a98af3bc00a8f932c330b82b676af2 (diff) | |
download | rails-4fe86a3ea243a16e69bcb406e733fe500fe5ede8.tar.gz rails-4fe86a3ea243a16e69bcb406e733fe500fe5ede8.tar.bz2 rails-4fe86a3ea243a16e69bcb406e733fe500fe5ede8.zip |
removed leftovers from the copy-paste from mri
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/testing/performance/rubinius.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/activesupport/lib/active_support/testing/performance/rubinius.rb b/activesupport/lib/active_support/testing/performance/rubinius.rb index c6725b988a..f939719d30 100644 --- a/activesupport/lib/active_support/testing/performance/rubinius.rb +++ b/activesupport/lib/active_support/testing/performance/rubinius.rb @@ -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 |