Remove defunct assertions from debug-only code. bug 334055, r+sr=sicking

This commit is contained in:
mrbkap@gmail.com
2006-04-15 00:39:35 +00:00
parent e8a99bdc1f
commit 835fa73bcf
7 changed files with 0 additions and 18 deletions

View File

@@ -3776,8 +3776,6 @@ nsGenericElement::GetAttrCount() const
void
nsGenericElement::List(FILE* out, PRInt32 aIndent) const
{
NS_PRECONDITION(IsInDoc(), "bad content");
PRInt32 indent;
for (indent = aIndent; --indent >= 0; ) fputs(" ", out);