mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 13:54:27 +00:00
Bug 888461 - Remove unused field nsCycleCollector::mFollowupCollection. r=smaug
This commit is contained in:
parent
5cf35af589
commit
8072ebea00
@ -980,7 +980,6 @@ class nsCycleCollector
|
||||
|
||||
bool mCollectionInProgress;
|
||||
bool mScanInProgress;
|
||||
bool mFollowupCollection;
|
||||
nsCycleCollectorResults *mResults;
|
||||
TimeStamp mCollectionStart;
|
||||
|
||||
@ -2790,8 +2789,6 @@ nsCycleCollector::PrepareForCollection(nsCycleCollectorResults *aResults,
|
||||
mJSRuntime->PrepareForCollection();
|
||||
}
|
||||
|
||||
mFollowupCollection = false;
|
||||
|
||||
mResults = aResults;
|
||||
mWhiteNodes = aWhiteNodes;
|
||||
|
||||
@ -2973,8 +2970,6 @@ nsCycleCollector::FinishCollection(nsICycleCollectorListener *aListener)
|
||||
bool collected = CollectWhite(aListener);
|
||||
timeLog.Checkpoint("CollectWhite()");
|
||||
|
||||
mFollowupCollection = true;
|
||||
|
||||
mWhiteNodes->Clear();
|
||||
ClearGraph();
|
||||
timeLog.Checkpoint("ClearGraph()");
|
||||
|
Loading…
Reference in New Issue
Block a user