Remove validateIncrementalMarking() and caller

This commit is contained in:
wolfbeast 2017-06-26 23:45:04 +02:00 committed by Roy Tam
commit e7140f36c5
2 changed files with 0 additions and 8 deletions

View file

@ -977,7 +977,6 @@ class GCRuntime
void releaseRelocatedArenasWithoutUnlocking(Arena* arenaList, const AutoLockGC& lock);
void finishCollection(JS::gcreason::Reason reason);
void validateIncrementalMarking();
void finishMarkingValidation();
#ifdef DEBUG

View file

@ -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);