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:
ajschult%verizon.net 2006-11-25 00:59:20 +00:00
Родитель 32ccfd6338
Коммит 1fab5654c8
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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) )