summaryrefslogtreecommitdiffstats
path: root/js/src/jsgc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jsgc.cpp')
-rw-r--r--js/src/jsgc.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp
index 5082d0371..6fcb72b70 100644
--- a/js/src/jsgc.cpp
+++ b/js/src/jsgc.cpp
@@ -3886,11 +3886,6 @@ GCRuntime::markAllGrayReferences(gcstats::Phase 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);