Comment out PR_ASSERT() due to assert/unassert now actually being called.

This commit is contained in:
rjc%netscape.com 1999-03-09 22:06:29 +00:00
parent 9ed09f941c
commit f19354c9e7

View File

@ -356,7 +356,7 @@ FileSystemDataSource::Assert(nsIRDFResource *source,
nsIRDFNode *target,
PRBool tv)
{
PR_ASSERT(0);
// PR_ASSERT(0);
return NS_ERROR_NOT_IMPLEMENTED;
}
@ -367,7 +367,7 @@ FileSystemDataSource::Unassert(nsIRDFResource *source,
nsIRDFResource *property,
nsIRDFNode *target)
{
PR_ASSERT(0);
// PR_ASSERT(0);
return NS_ERROR_NOT_IMPLEMENTED;
}