Просмотр исходного кода

Remove catch-all that only blocks debugging (and Google Play reports)

Ivan Savenko 2 лет назад
Родитель
Сommit
9168a1150f
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      client/CServerHandler.cpp

+ 0 - 5
client/CServerHandler.cpp

@@ -887,11 +887,6 @@ void CServerHandler::threadHandleConnection()
 			}
 		}
 	}
-	catch(...)
-	{
-		handleException();
-		throw;
-	}
 }
 
 void CServerHandler::visitForLobby(CPackForLobby & lobbyPack)