aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-08-14 20:11:30 -0500
committerJack Nagel2013-08-14 20:11:30 -0500
commitcf20b99182e163052ee99c14c9ed569d4cc64093 (patch)
treef91257c040452867c83937c87c7c52474c9b43a1 /Library
parent12d321f6c628e16012f845043e4fd4c98129dba3 (diff)
downloadhomebrew-cf20b99182e163052ee99c14c9ed569d4cc64093.tar.bz2
unpack: remove dead code
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-unpack.rb4
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