pull: remove unused variable.

This commit is contained in:
Mike McQuaid 2015-03-07 15:34:51 +00:00
parent 2f4c02e106
commit 1308070e66

View File

@ -109,7 +109,7 @@ module Homebrew
begin
changed_formulae << Formula[name]
# Make sure we catch syntax errors.
rescue Exception => e
rescue Exception
next
end
end