aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/Rakefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Homebrew/test/Rakefile b/Library/Homebrew/test/Rakefile
index cfb3d7d97..75b34761a 100644
--- a/Library/Homebrew/test/Rakefile
+++ b/Library/Homebrew/test/Rakefile
@@ -48,17 +48,3 @@ begin
end
rescue LoadError
end
-
-begin
- require 'rubygems'
- require 'ruby-prof/task'
-
- RubyProf::ProfileTask.new do |t|
- t.libs << Dir.pwd
- t.test_files = TEST_FILES
- t.output_dir = TEST_DIRECTORY+'prof'
- t.printer = :graph_html
- t.min_percent = 2
- end
-rescue LoadError
-end