Closed
Bug 1716550
Opened 5 years ago
Closed 5 years ago
Unnecessary null-check for "ent" in DnsAndConnectSocket::TransportSetup::SetupConn
Categories
(Core :: Networking: HTTP, enhancement)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
91 Branch
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: marco, Assigned: marco)
Details
Attachments
(1 file)
| Assignee | ||
Comment 1•5 years ago
|
||
The object is used earlier in the function.
Updated•5 years ago
|
Assignee: nobody → mcastelluccio
Status: NEW → ASSIGNED
Pushed by mcastelluccio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b8642910e7f5
Remove unnecessary 'ent' null-check. r=necko-reviewers,kershaw
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•