aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/bottles.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-06-27 10:09:18 +0100
committerMike McQuaid2013-06-27 10:09:37 +0100
commit49acf708134e9dff8b8f87a2be1835138e1fb106 (patch)
tree614853dba817e250ce5150d9592b4b5b868f892f /Library/Homebrew/bottles.rb
parent52574240af465b1645a8fbaa4fd4dedc78c0b6e0 (diff)
downloadbrew-49acf708134e9dff8b8f87a2be1835138e1fb106.tar.bz2
bottles: remove legacy tab handling.
References Homebrew/homebrew#20716.
Diffstat (limited to 'Library/Homebrew/bottles.rb')
-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