diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-06-26 23:55:48 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-03 17:50:00 +0100 |
commit | 6b289446151b6c672e33a5de4f97edf9e83b27a9 (patch) | |
tree | 1e850f9a46624f1d98ef965c642efad7c8fbc1f6 /js/src/jsgc.cpp | |
parent | da7e96fc7ae070e390eb05dae02e70f98d109d2c (diff) | |
download | uxp-6b289446151b6c672e33a5de4f97edf9e83b27a9.tar.gz |
Remove finishMarkingValidation and caller
Diffstat (limited to 'js/src/jsgc.cpp')
-rw-r--r-- | js/src/jsgc.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp index 6fcb72b70a..04aaeba683 100644 --- a/js/src/jsgc.cpp +++ b/js/src/jsgc.cpp @@ -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()) { |