Remove unused guard

Closes Homebrew/homebrew#20716.
This commit is contained in:
Adam Vandenberg 2013-06-26 20:32:13 -07:00
parent 919aac0b89
commit ad291d7f06

View File

@ -28,7 +28,6 @@ def install_bottle? f, warn=false
end
def built_as_bottle? f
f = Formula.factory f unless f.kind_of? Formula
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.