mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-31 16:04:27 +02:00
remove extraneous catch
This commit is contained in:
parent
1fdc18d35f
commit
59415a3dbb
@ -76,10 +76,6 @@ int ICMPSocketImpl::receiveFrom(void*, int, SocketAddress& address, int flags)
|
|||||||
{
|
{
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
catch (TimeoutException&)
|
|
||||||
{
|
|
||||||
throw;
|
|
||||||
}
|
|
||||||
catch (Exception&)
|
catch (Exception&)
|
||||||
{
|
{
|
||||||
std::string err = _icmpPacket.errorDescription(buffer.begin(), maxPacketSize);
|
std::string err = _icmpPacket.errorDescription(buffer.begin(), maxPacketSize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user