From 4fe86a3ea243a16e69bcb406e733fe500fe5ede8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Silva?= Date: Fri, 25 Mar 2011 17:23:39 +0000 Subject: removed leftovers from the copy-paste from mri --- activesupport/lib/active_support/testing/performance/rubinius.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'activesupport') 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 -- cgit v1.2.3