From 7a59ec756adc8fc4d394b221abcba5757c030f6d Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 26 Jun 2017 23:10:53 +0200 Subject: Remove clearZealMode(mode) --- js/src/gc/GCRuntime.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/src/gc/GCRuntime.h b/js/src/gc/GCRuntime.h index a426d759b..2cad0b3b3 100644 --- a/js/src/gc/GCRuntime.h +++ b/js/src/gc/GCRuntime.h @@ -600,7 +600,6 @@ class GCRuntime void finishRoots(); void finish(); - inline void clearZealMode(ZealMode mode); inline bool upcomingZealousGC(); inline bool needZealousGC(); @@ -1354,7 +1353,6 @@ class MOZ_RAII AutoMaybeStartBackgroundAllocation } }; -inline void GCRuntime::clearZealMode(ZealMode mode) { } inline bool GCRuntime::upcomingZealousGC() { return false; } inline bool GCRuntime::needZealousGC() { return false; } -- cgit v1.2.3