From edfce76fe5ce7f2ed80791c12a23b53f71a87f8e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 26 Jun 2013 20:32:13 -0700 Subject: Remove unused guard Closes #20716. --- Library/Homebrew/bottles.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index 33a4f859d..a656e4368 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -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. -- cgit v1.2.3