зеркало из https://github.com/mozilla/gecko-dev.git
Bug 726961 - Remove unused variable database from IDBIndex::Create; r=khuey
This commit is contained in:
Родитель
990ebfa404
Коммит
c4ef40ee4b
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче