зеркало из https://github.com/mozilla/pjs.git
Bug 203356 In method `xptiInterfaceInfoManager::AddOnlyNewFilesFromFileList' warning: unused variable `PRUint32 countOfFilesInWorkingSet
r=dougt
This commit is contained in:
Родитель
a8daa9a6a9
Коммит
1dbcf068d5
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче