Comment out oftenhit assertion in ArcLabelsIn().

This commit is contained in:
rjc%netscape.com 2000-04-17 05:26:25 +00:00
parent 95e0bbdcad
commit afb16b6383

View File

@ -747,7 +747,7 @@ NS_IMETHODIMP
FileSystemDataSource::ArcLabelsIn(nsIRDFNode *node,
nsISimpleEnumerator ** labels /* out */)
{
NS_NOTYETIMPLEMENTED("write me");
// NS_NOTYETIMPLEMENTED("write me");
return NS_ERROR_NOT_IMPLEMENTED;
}