Bug 632280 - Remove NS_NOTREACHED occurrences near nsCacheEntryDescriptor.cpp:686; r=bzbarsky,khuey a=bsmedberg
This commit is contained in:
2
netwerk/cache/nsCacheEntryDescriptor.cpp
vendored
2
netwerk/cache/nsCacheEntryDescriptor.cpp
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user