Closed
Bug 1698502
Opened 4 years ago
Closed 4 years ago
Remove TenuringTracer::traverse now it's no longer used
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
TenuringTracer::traverse has a comment saying it's only used by VisitTraceList, which was removed in bug 1670103.
Assignee | ||
Comment 1•4 years ago
|
||
(In reply to Jon Coppeard (:jonco) from comment #0)
TenuringTracer::traverse has a comment saying it's only used by VisitTraceList, which was removed in bug 1670103.
To be clear, this refers to the templated overload:
template <typename T>
void traverse(T** thingp);
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → jcoppeard
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22253b36a772
Removed unused overload of TenuringTracer::traverse r=tcampbell
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•