mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1236632 - remove unused variable in FactoryOp::WaitForTransactions; r=janv
This variable got left behind during the refactoring in bug 1125102.
This commit is contained in:
parent
d46f7de5c6
commit
111d77086f
@ -19362,9 +19362,6 @@ FactoryOp::WaitForTransactions()
|
||||
MOZ_ASSERT(!mDatabaseId.IsEmpty());
|
||||
MOZ_ASSERT(!IsActorDestroyed());
|
||||
|
||||
nsTArray<nsCString> databaseIds;
|
||||
databaseIds.AppendElement(mDatabaseId);
|
||||
|
||||
mState = State::WaitingForTransactionsToComplete;
|
||||
|
||||
RefPtr<WaitForTransactionsHelper> helper =
|
||||
|
Loading…
Reference in New Issue
Block a user