Some cleanup related to Cache Management

This commit is contained in:
Mark Vejvoda
2010-05-01 01:22:48 +00:00
parent 33084f8dbe
commit ff592be457
2 changed files with 20 additions and 11 deletions

View File

@@ -14,6 +14,5 @@
namespace Shared { namespace PlatformCommon {
Mutex CacheManager::mutexCache;
std::map<string, bool> CacheManager::masterCacheList;
}}//end namespace