aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2013-06-27 10:09:18 +0100
committerMike McQuaid2013-06-27 10:09:37 +0100
commit4e5992efd393db098e52d1f8bcc718776578d555 (patch)
tree1b10f83bc9a5b41f0a0f4dc2e2d8fcdc1a7c08cf
parentba90af7946995bb982496d2e4f25af6dc577a30f (diff)
downloadhomebrew-4e5992efd393db098e52d1f8bcc718776578d555.tar.bz2
bottles: remove legacy tab handling.
References #20716.
-rw-r--r--Library/Homebrew/bottles.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb
index a656e4368..1bd6b0221 100644
--- a/Library/Homebrew/bottles.rb
+++ b/Library/Homebrew/bottles.rb
@@ -30,8 +30,7 @@ end
def built_as_bottle? f
return false unless f.installed?
tab = Tab.for_keg(f.installed_prefix)
- # Need to still use the old "built_bottle" until all bottles are updated.
- tab.built_as_bottle or tab.built_bottle
+ tab.built_as_bottle
end
def bottle_current? f