mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Remove finishMarkingValidation and caller
This commit is contained in:
parent
e7140f36c5
commit
55743711cc
2 changed files with 0 additions and 9 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue