Bug 726961 - Remove unused variable database from IDBIndex::Create; r=khuey

This commit is contained in:
Ms2ger 2012-02-21 10:34:01 +01:00
Родитель 990ebfa404
Коммит c4ef40ee4b
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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