Commit 141b8b9e authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1071317: Remove unused variables

r=gerv a=sgreen
parent e6fa9928
...@@ -46,7 +46,6 @@ sub new { ...@@ -46,7 +46,6 @@ sub new {
sub login { sub login {
my ($self, $type) = @_; my ($self, $type) = @_;
my $dbh = Bugzilla->dbh;
# Get login info from the cookie, form, environment variables, etc. # Get login info from the cookie, form, environment variables, etc.
my $login_info = $self->{_info_getter}->get_login_info(); my $login_info = $self->{_info_getter}->get_login_info();
......
...@@ -25,7 +25,6 @@ use constant extern_id_used => 1; ...@@ -25,7 +25,6 @@ use constant extern_id_used => 1;
sub get_login_info { sub get_login_info {
my ($self) = @_; my ($self) = @_;
my $dbh = Bugzilla->dbh;
my $env_id = $ENV{Bugzilla->params->{"auth_env_id"}} || ''; my $env_id = $ENV{Bugzilla->params->{"auth_env_id"}} || '';
my $env_email = $ENV{Bugzilla->params->{"auth_env_email"}} || ''; my $env_email = $ENV{Bugzilla->params->{"auth_env_email"}} || '';
......
...@@ -85,8 +85,6 @@ ...@@ -85,8 +85,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
[% END %] [% END %]
[% PROCESS 'global/setting-descs.none.tmpl' %]
[% SET yui = yui_resolve_deps(yui, yui_deps) %] [% SET yui = yui_resolve_deps(yui, yui_deps) %]
[% SET css_sets = css_files(style_urls, yui, yui_css) %] [% SET css_sets = css_files(style_urls, yui, yui_css) %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment