From 1308070e66b3b4dbf979eceb2f374d3a3a81bb5d Mon Sep 17 00:00:00 2001
From: Mike McQuaid <mike@mikemcquaid.com>
Date: Sat, 7 Mar 2015 15:34:51 +0000
Subject: [PATCH] pull: remove unused variable.

---
 Library/Homebrew/cmd/pull.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb
index 4cfcb30a2a..1b0dd0d4ad 100644
--- a/Library/Homebrew/cmd/pull.rb
+++ b/Library/Homebrew/cmd/pull.rb
@@ -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
-- 
GitLab