Bug 645331 - Remove unused nsAutoString in nsGenericElement::RemoveAttributeNS; r=smaug

This commit is contained in:
Ms2ger 2011-04-01 15:31:35 -04:00
Родитель 36fcb7b24d
Коммит 1d18a25e36
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -2619,7 +2619,6 @@ nsGenericElement::RemoveAttributeNS(const nsAString& aNamespaceURI,
return NS_OK;
}
nsAutoString tmp;
UnsetAttr(nsid, name, PR_TRUE);
return NS_OK;