Bug 336966: Useless null check of shell in nsXIEngine::DeleteXPIs. Patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r=me.
This commit is contained in:
Родитель
32ccfd6338
Коммит
1fab5654c8
|
@ -781,9 +781,6 @@ nsXIEngine::DeleteXPIs(int aCustom, nsComponentList *aComps)
|
|||
nsComponent *currComp = aComps->GetHead();
|
||||
char currXPIPath[MAXPATHLEN];
|
||||
|
||||
if (!aComps || !mOriginalDir)
|
||||
return E_PARAM;
|
||||
|
||||
while (currComp)
|
||||
{
|
||||
if ( (aCustom == TRUE && currComp->IsSelected()) || (aCustom == FALSE) )
|
||||
|
|
Загрузка…
Ссылка в новой задаче