diff options
| author | Jack Nagel | 2014-09-18 15:50:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-18 15:50:54 -0500 |
| commit | ae88549797c01283e8cb1599863a7614a165016c (patch) | |
| tree | b2dec8eec9e30e088ab7aa4b41471399afebf5e3 /Library/Homebrew/software_spec.rb | |
| parent | 84352d2728eb90dcb321955424acd088a9702d5d (diff) | |
| download | brew-ae88549797c01283e8cb1599863a7614a165016c.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 |
