Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
141b8b9e
Commit
141b8b9e
authored
Sep 29, 2014
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1071317: Remove unused variables
r=gerv a=sgreen
parent
e6fa9928
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
Auth.pm
Bugzilla/Auth.pm
+0
-1
Env.pm
Bugzilla/Auth/Login/Env.pm
+0
-1
header.html.tmpl
template/en/default/global/header.html.tmpl
+0
-2
No files found.
Bugzilla/Auth.pm
View file @
141b8b9e
...
@@ -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
();
...
...
Bugzilla/Auth/Login/Env.pm
View file @
141b8b9e
...
@@ -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"
}}
||
''
;
...
...
template/en/default/global/header.html.tmpl
View file @
141b8b9e
...
@@ -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) %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment