120984 - removing unnecessary code in nsglobalhistory. r/sr=me,ben

This commit is contained in:
blakeross%telocity.com 2002-02-02 05:22:20 +00:00
Родитель 805947e17d
Коммит 800ef03577
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -2783,8 +2783,6 @@ nsGlobalHistory::GetRootDayQueries(nsISimpleEnumerator **aResult)
if (NS_SUCCEEDED(rv))
rv = dayArray->AppendElement(finduri);
PRUint32 arraylength;
dayArray->Count(&arraylength);
return NS_NewArrayEnumerator(aResult, dayArray);
}