mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 888461 - Remove unused field nsCycleCollector::mFollowupCollection. r=smaug
This commit is contained in:
parent
4ca67f021a
commit
c154e56c45
@ -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