mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1142863 - Remove unused struct RemoveQuotaInfo in dom/quota/QuotaManager.cpp. r=janv
This commit is contained in:
parent
302989a0f2
commit
f03a63f52f
@ -754,16 +754,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
struct MOZ_STACK_CLASS RemoveQuotaInfo
|
||||
{
|
||||
RemoveQuotaInfo(PersistenceType aPersistenceType, const nsACString& aPattern)
|
||||
: persistenceType(aPersistenceType), pattern(aPattern)
|
||||
{ }
|
||||
|
||||
PersistenceType persistenceType;
|
||||
nsCString pattern;
|
||||
};
|
||||
|
||||
struct MOZ_STACK_CLASS InactiveOriginsInfo
|
||||
{
|
||||
InactiveOriginsInfo(OriginCollection& aPersistentCollection,
|
||||
@ -3537,7 +3527,6 @@ QuotaManager::CollectOriginsForEviction(uint64_t aMinSizeToBeFreed,
|
||||
mDefaultLiveStorageTable.EnumerateRead(AddLiveStorageOrigins,
|
||||
&defaultOriginCollection);
|
||||
|
||||
|
||||
// Enumerate inactive origins. This must be protected by the mutex.
|
||||
nsTArray<OriginInfo*> inactiveOrigins;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user