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

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