From 548e31e1ed8512662d8c0676bd059766e884be8e Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 26 Jun 2017 23:14:55 +0200 Subject: Remove needZealousGC() --- js/src/gc/GCRuntime.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/src/gc/GCRuntime.h b/js/src/gc/GCRuntime.h index cc558c2db..0e6969055 100644 --- a/js/src/gc/GCRuntime.h +++ b/js/src/gc/GCRuntime.h @@ -600,8 +600,6 @@ class GCRuntime void finishRoots(); void finish(); - inline bool needZealousGC(); - MOZ_MUST_USE bool addRoot(Value* vp, const char* name); void removeRoot(Value* vp); void setMarkStackLimit(size_t limit, AutoLockGC& lock); @@ -1352,8 +1350,6 @@ class MOZ_RAII AutoMaybeStartBackgroundAllocation } }; -inline bool GCRuntime::needZealousGC() { return false; } - } /* namespace gc */ } /* namespace js */ -- cgit v1.2.3