summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-09-29 12:50:21 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2014-09-29 12:50:21 +0200
commit141b8b9ef9cd9e1c480abdf8c360582b1b59db9d (patch)
tree7cd54299e9d7ec04171f4792a97cdbf917be0521 /Bugzilla/Auth.pm
parente6fa99287f4aaa2e2f134ca8e0eebb39c2cc2b6a (diff)
downloadbugzilla-141b8b9ef9cd9e1c480abdf8c360582b1b59db9d.tar.gz
bugzilla-141b8b9ef9cd9e1c480abdf8c360582b1b59db9d.tar.xz
Bug 1071317: Remove unused variables
r=gerv a=sgreen
Diffstat (limited to 'Bugzilla/Auth.pm')
-rw-r--r--Bugzilla/Auth.pm1
1 files changed, 0 insertions, 1 deletions
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();