mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Remove validateIncrementalMarking() and caller
This commit is contained in:
parent
55d5d48137
commit
e7140f36c5
2 changed files with 0 additions and 8 deletions
|
|
@ -3885,11 +3885,6 @@ GCRuntime::markAllGrayReferences(gcstats::Phase phase)
|
|||
markGrayReferences<GCZonesIter, GCCompartmentsIter>(phase);
|
||||
}
|
||||
|
||||
void
|
||||
GCRuntime::validateIncrementalMarking()
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
GCRuntime::finishMarkingValidation()
|
||||
{
|
||||
|
|
@ -4529,8 +4524,6 @@ GCRuntime::beginSweepingZoneGroup(AutoLockForExclusiveAccess& lock)
|
|||
#endif
|
||||
}
|
||||
|
||||
validateIncrementalMarking();
|
||||
|
||||
FreeOp fop(rt);
|
||||
SweepAtomsTask sweepAtomsTask(rt);
|
||||
SweepCCWrappersTask sweepCCWrappersTask(rt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue