remove extraneous catch

This commit is contained in:
Alex Fabijanic 2018-02-24 08:50:33 -06:00
parent 1fdc18d35f
commit 59415a3dbb

View File

@ -76,10 +76,6 @@ int ICMPSocketImpl::receiveFrom(void*, int, SocketAddress& address, int flags)
{
throw;
}
catch (TimeoutException&)
{
throw;
}
catch (Exception&)
{
std::string err = _icmpPacket.errorDescription(buffer.begin(), maxPacketSize);