Remove runDebugGC() stub

This commit is contained in:
wolfbeast 2017-06-27 00:00:57 +02:00 committed by Roy Tam
commit ed9ef4d079
2 changed files with 0 additions and 6 deletions

View file

@ -633,7 +633,6 @@ class GCRuntime
MOZ_RELEASE_ASSERT(triggerGC(JS::gcreason::ALLOC_TRIGGER));
}
void runDebugGC();
inline void poke();
enum TraceOrMarkRuntime {

View file

@ -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)
{