diff options
| author | Jack Nagel | 2014-09-18 15:50:54 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-09-18 15:50:54 -0500 | 
| commit | 99de21ff56ffb4745746c83a9abb194bd8e2780e (patch) | |
| tree | 179a214aefbdc473a1f8829c0d843880eb5255ad /Library/Homebrew/software_spec.rb | |
| parent | 49a14193482a9f0ec95cab78dcc528bccebdafea (diff) | |
| download | homebrew-99de21ff56ffb4745746c83a9abb194bd8e2780e.tar.bz2 | |
Remove fails_with? from the formula instance
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 | 
