aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-03-07 15:35:00 +0000
committerMike McQuaid2015-03-08 09:39:15 +0000
commit80714aaa7cd6278c5864e31b068a5d017ba6baed (patch)
treeb00a8433f827a8cb1bf8f4683fe2c6feb42018f4 /Library
parent1308070e66b3b4dbf979eceb2f374d3a3a81bb5d (diff)
downloadbrew-80714aaa7cd6278c5864e31b068a5d017ba6baed.tar.bz2
uses: remove unused variable.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/uses.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/uses.rb b/Library/Homebrew/cmd/uses.rb
index 913013dac..41ffc94e1 100644
--- a/Library/Homebrew/cmd/uses.rb
+++ b/Library/Homebrew/cmd/uses.rb
@@ -31,7 +31,7 @@ module Homebrew
deps.any? { |dep| dep.to_formula.name == ff.name } ||
f.requirements.any? { |req| req.name == ff.name }
end
- rescue FormulaUnavailableError => e
+ rescue FormulaUnavailableError
# Silently ignore this case as we don't care about things used in
# taps that aren't currently tapped.
end