[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:
parent
d55b83e12f
commit
6a7b1a85f9
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user