Get rid of a warning.

This commit is contained in:
rjc%netscape.com 1999-11-23 04:47:38 +00:00
parent 2cba0e8647
commit 08110eb10f
2 changed files with 0 additions and 2 deletions

View File

@ -1391,7 +1391,6 @@ XULSortServiceImpl::SortTreeChildren(nsIContent *container, sortPtr sortInfo)
if (NS_FAILED(rv = child->GetNameSpaceID(nameSpaceID))) continue;
if (nameSpaceID != kNameSpaceID_XUL) continue;
nsCOMPtr<nsIAtom> tag;
if (NS_FAILED(rv = child->GetTag(*getter_AddRefs(tag)))) continue;
if (tag.get() != kTreeChildrenAtom) continue;

View File

@ -1391,7 +1391,6 @@ XULSortServiceImpl::SortTreeChildren(nsIContent *container, sortPtr sortInfo)
if (NS_FAILED(rv = child->GetNameSpaceID(nameSpaceID))) continue;
if (nameSpaceID != kNameSpaceID_XUL) continue;
nsCOMPtr<nsIAtom> tag;
if (NS_FAILED(rv = child->GetTag(*getter_AddRefs(tag)))) continue;
if (tag.get() != kTreeChildrenAtom) continue;