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:
Nathan Froyd 2016-01-04 14:29:33 -05:00
parent d46f7de5c6
commit 111d77086f

View File

@ -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 =