Bug 559333 useless signed check of PRUint32 index in nsCertTree::DeleteEntryObject
r=kaie
This commit is contained in:
Родитель
f16c373526
Коммит
8095a05375
|
@ -792,7 +792,7 @@ if (count) {
|
|||
NS_IMETHODIMP
|
||||
nsCertTree::DeleteEntryObject(PRUint32 index)
|
||||
{
|
||||
if (!mTreeArray || index < 0) {
|
||||
if (!mTreeArray) {
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче