From c3c4a8b9139a750fbf950190b67243724b91a212 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 28 Mar 2013 17:51:55 -0500 Subject: brew-readall: remove unused variable --- Library/Contributions/cmd/brew-readall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Contributions/cmd/brew-readall.rb b/Library/Contributions/cmd/brew-readall.rb index d04de565d..cdd0d31ea 100755 --- a/Library/Contributions/cmd/brew-readall.rb +++ b/Library/Contributions/cmd/brew-readall.rb @@ -6,7 +6,7 @@ require 'formula' Formula.names.each do |n| begin - f = Formula.factory(n) + Formula.factory(n) rescue Exception => e onoe "problem in #{Formula.path(n)}" puts e -- cgit v1.2.3