Explorar o código

Remove redundant thread name - this method is not thread entry point

Ivan Savenko %!s(int64=2) %!d(string=hai) anos
pai
achega
03a939fd52
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      client/CServerHandler.cpp

+ 0 - 2
client/CServerHandler.cpp

@@ -611,8 +611,6 @@ void CServerHandler::startMapAfterConnection(std::shared_ptr<CMapInfo> to)
 
 void CServerHandler::startGameplay(VCMI_LIB_WRAP_NAMESPACE(CGameState) * gameState)
 {
-	setThreadName("startGameplay");
-
 	if(CMM)
 		CMM->disable();
 	client = new CClient();