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
Родитель 9ed09f941c
Коммит f19354c9e7
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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;
}