Fixed compiler warnings, removed CMap::InitHashTable() (empty function)

This commit is contained in:
Wipe
2023-06-27 09:41:33 +02:00
parent 489de55330
commit ab8aa972f0
6 changed files with 4 additions and 13 deletions
-1
View File
@@ -23,7 +23,6 @@ extern std::ofstream g_ofstream;
CNamespace::CNamespace()
{
m_Map.InitHashTable(128);
}
CNamespace::~CNamespace()