summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r--cpp/src/Ice/Object.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp
index 3b8d2a64b07..9c7d05b87f4 100644
--- a/cpp/src/Ice/Object.cpp
+++ b/cpp/src/Ice/Object.cpp
@@ -396,10 +396,6 @@ Ice::BlobjectAsync::__dispatch(Incoming& in, const Current& current)
{
ice_invoke_async(cb, inParams, current);
}
- catch(const Exception& ex)
- {
- cb->ice_exception(ex);
- }
catch(const ::std::exception& ex)
{
cb->ice_exception(ex);
@@ -423,10 +419,6 @@ Ice::BlobjectArrayAsync::__dispatch(Incoming& in, const Current& current)
{
ice_invoke_async(cb, inParams, current);
}
- catch(const Exception& ex)
- {
- cb->ice_exception(ex);
- }
catch(const ::std::exception& ex)
{
cb->ice_exception(ex);