Преглед изворни кода

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

Ivan Savenko пре 2 година
родитељ
комит
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)