diff options
| author | Jack Nagel | 2013-08-14 20:11:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-08-14 20:11:30 -0500 |
| commit | c4b278dfce430d9c11d9f3969009bba869b6e3f7 (patch) | |
| tree | 844132a98ee5eafd10e79d5943ec2da8b4e50547 /Library | |
| parent | b408b192083d58e57491fbd4b0121c22173ed6dc (diff) | |
| download | brew-c4b278dfce430d9c11d9f3969009bba869b6e3f7.tar.bz2 | |
unpack: remove dead code
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-unpack.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Contributions/cmd/brew-unpack.rb b/Library/Contributions/cmd/brew-unpack.rb index a61bf8164..64621a393 100755 --- a/Library/Contributions/cmd/brew-unpack.rb +++ b/Library/Contributions/cmd/brew-unpack.rb @@ -45,10 +45,6 @@ class Formula do_patch end end - - # handle_llvm_failure() requires extend/ENV, so let's never fail - # with llvm since we don't particularly care in this context. - def fails_with_llvm?; false; end end module Homebrew extend self |
