Bug 632280 - Remove NS_NOTREACHED occurrences near nsCacheEntryDescriptor.cpp:686; r=bzbarsky,khuey a=bsmedberg

This commit is contained in:
Sean Dunn
2011-02-11 16:49:07 -05:00
parent 55e7dd0de4
commit 5c8450dc2f
2 changed files with 0 additions and 4 deletions

View File

@@ -673,7 +673,6 @@ nsOutputStreamWrapper::WriteFrom(nsIInputStream * inStr,
PRUint32 count,
PRUint32 * result)
{
NS_NOTREACHED("cache stream not buffered");
return NS_ERROR_NOT_IMPLEMENTED;
}
@@ -683,7 +682,6 @@ nsOutputStreamWrapper::WriteSegments(nsReadSegmentFun reader,
PRUint32 count,
PRUint32 * result)
{
NS_NOTREACHED("cache stream not buffered");
return NS_ERROR_NOT_IMPLEMENTED;
}