diff options
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index b2071e119..4ea2f56c4 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -116,10 +116,6 @@ class SoftwareSpec      patches << Patch.create(strip, src, &block)    end -  def fails_with? compiler -    compiler_failures.any? { |failure| failure === compiler } -  end -    def fails_with compiler, &block      compiler_failures << CompilerFailure.create(compiler, &block)    end | 
