mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
120984 - removing unnecessary code in nsglobalhistory. r/sr=me,ben
This commit is contained in:
parent
805947e17d
commit
800ef03577
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user