Explorar el Código

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

Ivan Savenko hace 2 años
padre
commit
9168a1150f
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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)