aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorJack Nagel2014-05-28 18:48:38 -0500
committerJack Nagel2014-05-28 18:48:38 -0500
commit2bd6daf65736facad4800a77aa8937cd6622cfe8 (patch)
tree774e85f6929b492080964a42c690222642cc2d15 /Library/Homebrew/exceptions.rb
parent51740accacf804faaa97c9d724eef01986ed67f2 (diff)
downloadhomebrew-2bd6daf65736facad4800a77aa8937cd6622cfe8.tar.bz2
Remove unused method and associated test fixtures
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 7b6268f8c..0b0bf632f 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -164,10 +164,6 @@ class BuildError < Homebrew::InstallationError
super formula, "Failed executing: #{command} #{args}"
end
- def was_running_configure?
- @command == './configure'
- end
-
def issues
@issues ||= fetch_issues
end