瀏覽代碼

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();