mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
Comment out PR_ASSERT() due to assert/unassert now actually being called.
This commit is contained in:
parent
9ed09f941c
commit
f19354c9e7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user