Remove finishMarkingValidation and caller

This commit is contained in:
wolfbeast 2017-06-26 23:55:48 +02:00 committed by Roy Tam
commit 55743711cc
2 changed files with 0 additions and 9 deletions

View file

@ -3885,11 +3885,6 @@ GCRuntime::markAllGrayReferences(gcstats::Phase phase)
markGrayReferences<GCZonesIter, GCCompartmentsIter>(phase);
}
void
GCRuntime::finishMarkingValidation()
{
}
static void
DropStringWrappers(JSRuntime* rt)
{
@ -4994,8 +4989,6 @@ GCRuntime::endSweepPhase(bool destroyingRuntime, AutoLockForExclusiveAccess& loc
rt->setGCGrayBitsValid(true);
}
finishMarkingValidation();
#ifdef DEBUG
for (ZonesIter zone(rt, WithAtoms); !zone.done(); zone.next()) {
for (auto i : AllAllocKinds()) {