diff options
| author | Jack Nagel | 2014-05-28 18:48:38 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-28 18:48:38 -0500 | 
| commit | 2bd6daf65736facad4800a77aa8937cd6622cfe8 (patch) | |
| tree | 774e85f6929b492080964a42c690222642cc2d15 /Library/Homebrew/exceptions.rb | |
| parent | 51740accacf804faaa97c9d724eef01986ed67f2 (diff) | |
| download | homebrew-2bd6daf65736facad4800a77aa8937cd6622cfe8.tar.bz2 | |
Remove unused method and associated test fixtures
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 4 | 
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 | 
