aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirement.rb
diff options
context:
space:
mode:
authorXu Cheng2015-09-01 15:42:41 +0800
committerXu Cheng2015-09-01 19:19:13 +0800
commit01d7f4e766e47aacb354d60bdce307ee0f768987 (patch)
tree730ef86a22ce4c35edd3cda571b3caee18d6540f /Library/Homebrew/requirement.rb
parent79ea14b73867f52a6016c97ca8e38f5c7f7672e9 (diff)
downloadbrew-01d7f4e766e47aacb354d60bdce307ee0f768987.tar.bz2
remove Requirement#pour_bottle?
It's never used since a0a93f1b3b7b2be9b8a319be91086ffe220f8e32. Closes Homebrew/homebrew#43462. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/requirement.rb')
-rw-r--r--Library/Homebrew/requirement.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/requirement.rb b/Library/Homebrew/requirement.rb
index 45c7160f9..9422792ed 100644
--- a/Library/Homebrew/requirement.rb
+++ b/Library/Homebrew/requirement.rb
@@ -55,12 +55,6 @@ class Requirement
!!result
end
- # Can overridden to optionally prevent a formula with this requirement from
- # pouring a bottle.
- def pour_bottle?
- true
- end
-
# Overriding #fatal? is deprecated.
# Pass a boolean to the fatal DSL method instead.
def fatal?