diff options
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index bb97f9cc691..1875bf99847 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -574,26 +574,7 @@ IceProxy::Ice::Object::__handleException(const LocalException& ex, int& cnt) _delegate = 0; } - try - { - ex.ice_throw(); - } - catch(const CloseConnectionException&) - { - ++cnt; - } - catch(const SocketException&) - { - ++cnt; - } - catch(const DNSException&) - { - ++cnt; - } - catch(const TimeoutException&) - { - ++cnt; - } + ++cnt; TraceLevelsPtr traceLevels = _reference->instance->traceLevels(); LoggerPtr logger = _reference->instance->logger(); |