diff --git a/Net/src/ICMPSocketImpl.cpp b/Net/src/ICMPSocketImpl.cpp index 9c3eab0bc..8c68d5303 100644 --- a/Net/src/ICMPSocketImpl.cpp +++ b/Net/src/ICMPSocketImpl.cpp @@ -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);