[not part of build] removed redundant NULL check in MarkValid().

git-svn-id: svn://10.0.0.236/trunk@88164 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com 2001-02-28 03:59:02 +00:00
parent d55b83e12f
commit 6a7b1a85f9

View File

@ -250,8 +250,6 @@ nsCacheEntryDescriptor::DoomAndFailPendingRequests(nsresult status)
NS_IMETHODIMP
nsCacheEntryDescriptor::MarkValid()
{
if (!mCacheEntry) return NS_ERROR_NOT_AVAILABLE;
if (mCacheEntry) {
mCacheEntry->MarkValid();
return NS_OK;