Closed
Bug 1546521
Opened 2 years ago
Closed 2 years ago
static bool sNewCertErrorPageEnabled declared in AboutRedirector.h is unused/unreferenced
Categories
(Firefox :: Security, defect, P3)
Firefox
Security
Tracking
()
RESOLVED
FIXED
Firefox 68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: jaws, Assigned: marian.meireles, Mentored)
References
(Regression)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
This looks to be leftover from bug 1530348.
Flags: needinfo?(jhofmann)
Comment 1•2 years ago
|
||
Ah, good find, thank you. That doesn't look harmful so let's turn it into a good first bug...
| Assignee | ||
Comment 2•2 years ago
|
||
Hey Johann, what should I do in this one?
Check if the variable is really unesed and then erase it?
Thanks!
Flags: needinfo?(jhofmann)
| Reporter | ||
Comment 3•2 years ago
|
||
(In reply to Mariana Meireles from comment #2)
Hey Johann, what should I do in this one?
Check if the variable is really unesed and then erase it?
Thanks!
The variable is unused so it can safely be deleted.
Flags: needinfo?(jhofmann)
| Assignee | ||
Comment 4•2 years ago
|
||
Thanks for the answer Jared.
Here's the patch: https://phabricator.services.mozilla.com/D28820
Flags: needinfo?(jaws)
Pushed by jwein@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/00fcbf4c4aac Removes unused variable sNewCertErrorPageEnabled r=jaws
| Assignee | ||
Comment 6•2 years ago
|
||
| Reporter | ||
Updated•2 years ago
|
Assignee: nobody → marian.meireles
Status: NEW → ASSIGNED
Flags: needinfo?(jaws)
Comment 7•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
You need to log in
before you can comment on or make changes to this bug.
Description
•