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 cf2981dbc..5082d0371 100644
--- a/js/src/jsgc.cpp
+++ b/js/src/jsgc.cpp
@@ -3886,11 +3886,6 @@ GCRuntime::markAllGrayReferences(gcstats::Phase phase)
}
void
-GCRuntime::computeNonIncrementalMarkingForValidation(AutoLockForExclusiveAccess& lock)
-{
-}
-
-void
GCRuntime::validateIncrementalMarking()
{
}
@@ -4761,8 +4756,6 @@ GCRuntime::beginSweepPhase(bool destroyingRuntime, AutoLockForExclusiveAccess& l
releaseHeldRelocatedArenas();
- computeNonIncrementalMarkingForValidation(lock);
-
gcstats::AutoPhase ap(stats, gcstats::PHASE_SWEEP);
sweepOnBackgroundThread =