summaryrefslogtreecommitdiffstats
path: root/js/src/gc/GCRuntime.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-06-26 22:51:31 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-03 17:40:07 +0100
commit3ff383eaecedb3e86006704822a408daa20e3ccc (patch)
treea04dbc85fdafeb9a6cd151b190fe10adfe147d4f /js/src/gc/GCRuntime.h
parent0565262ff06f5d4d15aa712fb12337fbb26ec8b7 (diff)
downloadUXP-3ff383eaecedb3e86006704822a408daa20e3ccc.tar
UXP-3ff383eaecedb3e86006704822a408daa20e3ccc.tar.gz
UXP-3ff383eaecedb3e86006704822a408daa20e3ccc.tar.lz
UXP-3ff383eaecedb3e86006704822a408daa20e3ccc.tar.xz
UXP-3ff383eaecedb3e86006704822a408daa20e3ccc.zip
Remove isVerifyPreBarriersEnabled() stub and callers
Diffstat (limited to 'js/src/gc/GCRuntime.h')
-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 d4bbe29db..5252903f3 100644
--- a/js/src/gc/GCRuntime.h
+++ b/js/src/gc/GCRuntime.h
@@ -838,8 +838,6 @@ class GCRuntime
AutoMaybeStartBackgroundAllocation& maybeStartBGAlloc);
void recycleChunk(Chunk* chunk, const AutoLockGC& lock);
- bool isVerifyPreBarriersEnabled() const { return false; }
-
// Free certain LifoAlloc blocks when it is safe to do so.
void freeUnusedLifoBlocksAfterSweeping(LifoAlloc* lifo);
void freeAllLifoBlocksAfterSweeping(LifoAlloc* lifo);