aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorJack Nagel2013-12-12 15:42:31 -0600
committerJack Nagel2013-12-12 15:42:35 -0600
commit930e2c86dc04b95766cf5465853fff794cf9f4de (patch)
tree470da41fd72cff436b7377c1b510f5dd822527ac /Library/Homebrew/cmd/install.rb
parenta9e202bcd903efc654fae70ca915d71fda73c319 (diff)
downloadhomebrew-930e2c86dc04b95766cf5465853fff794cf9f4de.tar.bz2
Remove unused variables
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
-rw-r--r--Library/Homebrew/cmd/install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index c1d5f4739..ccdc48b63 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -33,7 +33,7 @@ module Homebrew extend self
require 'cmd/tap'
begin
install_tap $1, $2
- rescue AlreadyTappedError => e
+ rescue AlreadyTappedError
end
end
end unless ARGV.force?