Closed Bug 1081675 Opened 10 years ago Closed 10 years ago

Unused variable $lc in Bugzilla::DB::connect_main()

Categories

(Bugzilla :: Bugzilla-General, defect)

4.5.6
defect
Not set
trivial

Tracking

()

RESOLVED FIXED
Bugzilla 6.0

People

(Reporter: LpSolit, Assigned: selsky)

Details

Attachments

(1 file)

sub connect_main {
    my $lc = Bugzilla->localconfig;
    return _connect(Bugzilla->localconfig); 
}

$lc is unused. Or write: _connect($lc)
Assignee: general → selsky
Status: NEW → ASSIGNED
Attachment #8511594 - Flags: review?(gerv)
Attachment #8511594 - Flags: review?(gerv) → review+
Flags: approval?
Flags: approval? → approval+
Target Milestone: --- → Bugzilla 6.0
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
   b7a6c46..25ca85b  master -> master

Gerv
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: