Closed
Bug 1811225
Opened 2 years ago
Closed 2 years ago
Remove unused parameters from CheckRecursiveLoad in DocumentLoadListener.cpp
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: manuel, Assigned: gzyfqh)
Details
(Keywords: good-first-bug, Whiteboard: [necko-triaged])
Attachments
(1 file)
CheckRecursiveLoad has two unused parameters:
DocumentLoadListener* aDLL
LoadInfo* aLoadInfo
They can be removed and the place where this function is called also needs to be adapted:
(In reply to Manuel Bucher [:manuel] from comment #0)
CheckRecursiveLoad has two unused parameters:
DocumentLoadListener* aDLL
LoadInfo* aLoadInfo
They can be removed and the place where this function is called also needs to be adapted:
I'm going to take over and work on this bug, and I'll start a new commit later, is there anything else I should pay attention to when working on this bug?
Remove unused parameters from CheckRecursiveLoad in DocumentLoadListener.cpp
Depends on D167347
Updated•2 years ago
|
Assignee: nobody → gzyfqh
Status: NEW → ASSIGNED
Pushed by mbucher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a5d81cf86f61
Remove unused parameters from CheckRecursiveLoad r=manuel
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•