From f7352531b6f7442278bb8a7b95385db05ba4ae3c Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 27 Jun 2017 00:00:57 +0200 Subject: Remove runDebugGC() stub --- js/src/gc/GCRuntime.h | 1 - js/src/jsgc.cpp | 5 ----- 2 files changed, 6 deletions(-) (limited to 'js') diff --git a/js/src/gc/GCRuntime.h b/js/src/gc/GCRuntime.h index ae4f03cea..19737c9ee 100644 --- a/js/src/gc/GCRuntime.h +++ b/js/src/gc/GCRuntime.h @@ -633,7 +633,6 @@ class GCRuntime MOZ_RELEASE_ASSERT(triggerGC(JS::gcreason::ALLOC_TRIGGER)); } - void runDebugGC(); inline void poke(); enum TraceOrMarkRuntime { diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp index d61df8fe3..45301dac8 100644 --- a/js/src/jsgc.cpp +++ b/js/src/jsgc.cpp @@ -6178,11 +6178,6 @@ gc::MergeCompartments(JSCompartment* source, JSCompartment* target) target->zone()->types.typeLifoAlloc.transferFrom(&source->zone()->types.typeLifoAlloc); } -void -GCRuntime::runDebugGC() -{ -} - void GCRuntime::setFullCompartmentChecks(bool enabled) { -- cgit v1.2.3