Selaa lähdekoodia

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

Ivan Savenko 2 vuotta sitten
vanhempi
sitoutus
9168a1150f
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  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)