summaryrefslogtreecommitdiffstats
path: root/js/src/gc
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-06-26 23:55:48 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-03 17:50:00 +0100
commit6b289446151b6c672e33a5de4f97edf9e83b27a9 (patch)
tree1e850f9a46624f1d98ef965c642efad7c8fbc1f6 /js/src/gc
parentda7e96fc7ae070e390eb05dae02e70f98d109d2c (diff)
downloadUXP-6b289446151b6c672e33a5de4f97edf9e83b27a9.tar
UXP-6b289446151b6c672e33a5de4f97edf9e83b27a9.tar.gz
UXP-6b289446151b6c672e33a5de4f97edf9e83b27a9.tar.lz
UXP-6b289446151b6c672e33a5de4f97edf9e83b27a9.tar.xz
UXP-6b289446151b6c672e33a5de4f97edf9e83b27a9.zip
Remove finishMarkingValidation and caller
Diffstat (limited to 'js/src/gc')
-rw-r--r--js/src/gc/GCRuntime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/gc/GCRuntime.h b/js/src/gc/GCRuntime.h
index 872e649fa..638bd18c7 100644
--- a/js/src/gc/GCRuntime.h
+++ b/js/src/gc/GCRuntime.h
@@ -977,8 +977,6 @@ class GCRuntime
void releaseRelocatedArenasWithoutUnlocking(Arena* arenaList, const AutoLockGC& lock);
void finishCollection(JS::gcreason::Reason reason);
- void finishMarkingValidation();
-
#ifdef DEBUG
void checkForCompartmentMismatches();
#endif