Closed
Bug 1810366
Opened 3 years ago
Closed 3 years ago
Remove unused requestedModule variable in ModuleLoaderBase::ResolveRequestedModules
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
111 Branch
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: jon4t4n, Assigned: jon4t4n)
Details
Attachments
(1 file)
While rebasing the patches in bug 1670176 on central, I noticed that the requestedModule variable inside ModuleLoaderBase::ResolveRequestedModules was no longer being used. The patch that removed the uses of the variable landed in bug 1804254.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → jonatan.r.klemets
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/885973f84bab
Remove unused requestedModule variable in ModuleLoaderBase::ResolveRequestedModules r=jonco
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 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
•