Преглед на файлове

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

Ivan Savenko преди 2 години
родител
ревизия
03a939fd52
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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();