mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 726961 - Remove unused variable database from IDBIndex::Create; r=khuey
This commit is contained in:
parent
4a1b92efc5
commit
94747a42f3
@ -308,8 +308,6 @@ IDBIndex::Create(IDBObjectStore* aObjectStore,
|
||||
NS_ASSERTION(aObjectStore, "Null pointer!");
|
||||
NS_ASSERTION(aIndexInfo, "Null pointer!");
|
||||
|
||||
IDBDatabase* database = aObjectStore->Transaction()->Database();
|
||||
|
||||
nsRefPtr<IDBIndex> index = new IDBIndex();
|
||||
|
||||
index->mObjectStore = aObjectStore;
|
||||
|
Loading…
Reference in New Issue
Block a user