diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-06-26 23:43:05 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-03 17:46:39 +0100 |
commit | 93e6b657d10e5c74d0cc07cb59095cab8041be9c (patch) | |
tree | e86073d059762fee931d5538ee909ca417c9f5c2 /js/src/gc | |
parent | 77a482feace5aed4a61245d5894994a50517aa40 (diff) | |
download | uxp-93e6b657d10e5c74d0cc07cb59095cab8041be9c.tar.gz |
Remove computeNonIncrementalMarkingForValidation(lock) and caller
Diffstat (limited to 'js/src/gc')
-rw-r--r-- | js/src/gc/GCRuntime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/gc/GCRuntime.h b/js/src/gc/GCRuntime.h index 0e6969055a..b1b4ffcba4 100644 --- a/js/src/gc/GCRuntime.h +++ b/js/src/gc/GCRuntime.h @@ -977,7 +977,6 @@ class GCRuntime void releaseRelocatedArenasWithoutUnlocking(Arena* arenaList, const AutoLockGC& lock); void finishCollection(JS::gcreason::Reason reason); - void computeNonIncrementalMarkingForValidation(AutoLockForExclusiveAccess& lock); void validateIncrementalMarking(); void finishMarkingValidation(); |