From 141b8b9ef9cd9e1c480abdf8c360582b1b59db9d Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 29 Sep 2014 12:50:21 +0200 Subject: Bug 1071317: Remove unused variables r=gerv a=sgreen --- Bugzilla/Auth.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Auth.pm') diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm index 96d4ee883..c830f0506 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -46,7 +46,6 @@ sub new { sub login { my ($self, $type) = @_; - my $dbh = Bugzilla->dbh; # Get login info from the cookie, form, environment variables, etc. my $login_info = $self->{_info_getter}->get_login_info(); -- cgit v1.2.3-24-g4f1b