зеркало из https://github.com/mozilla/gecko-dev.git
Bug 203356 In method `xptiInterfaceInfoManager::AddOnlyNewFilesFromFileList' warning: unused variable `PRUint32 countOfFilesInWorkingSet
r=dougt
This commit is contained in:
Родитель
10128e0d6e
Коммит
d906338455
|
@ -903,9 +903,7 @@ xptiInterfaceInfoManager::AddOnlyNewFilesFromFileList(nsISupportsArray* aSearchP
|
|||
if(NS_FAILED(aFileList->Count(&countOfFilesInFileList)))
|
||||
return PR_FALSE;
|
||||
NS_ASSERTION(countOfFilesInFileList, "loser!");
|
||||
|
||||
PRUint32 countOfFilesInWorkingSet = aWorkingSet->GetFileCount();
|
||||
NS_ASSERTION(countOfFilesInFileList > countOfFilesInWorkingSet,"loser!");
|
||||
NS_ASSERTION(countOfFilesInFileList > aWorkingSet->GetFileCount(), "loser!");
|
||||
|
||||
orderedFileArray = BuildOrderedFileArray(aSearchPath, aFileList, aWorkingSet);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче