aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
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