Core/Maps: More unused maps

This commit is contained in:
leak
2011-02-23 00:50:16 +01:00
parent a751bd64aa
commit 4af76de1b9

View File

@@ -34,7 +34,6 @@ class MapManager
{
friend class ACE_Singleton<MapManager, ACE_Thread_Mutex>;
typedef UNORDERED_MAP<uint32, Map*> MapMapType;
typedef std::pair<UNORDERED_MAP<uint32, Map*>::iterator, bool> MapMapPair;
public: