Merge fix for LLVOCache: If doesn't make sense to set mInitialized to TRUE and check if it's true in the next step!

Ansariel 2011-12-30 14:17:07 +01:00
parent 16b8d810e6
commit a1f4749076
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ void LLVOCache::initCache(ELLPath location, U32 size, U32 cache_version)
llwarns << "Not initializing cache: Cache is currently disabled." << llendl;
return ;
}
mInitialized = TRUE ;
if(mInitialized)
{