Skip to content
Snippets Groups Projects
Commit 80714aaa authored by Mike McQuaid's avatar Mike McQuaid
Browse files

uses: remove unused variable.

parent 1308070e
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ module Homebrew ...@@ -31,7 +31,7 @@ module Homebrew
deps.any? { |dep| dep.to_formula.name == ff.name } || deps.any? { |dep| dep.to_formula.name == ff.name } ||
f.requirements.any? { |req| req.name == ff.name } f.requirements.any? { |req| req.name == ff.name }
end end
rescue FormulaUnavailableError => e rescue FormulaUnavailableError
# Silently ignore this case as we don't care about things used in # Silently ignore this case as we don't care about things used in
# taps that aren't currently tapped. # taps that aren't currently tapped.
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment