summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/OutgoingAsync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/OutgoingAsync.cpp')
-rw-r--r--cpp/src/Ice/OutgoingAsync.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp
index 24691b9f755..507311ce3f8 100644
--- a/cpp/src/Ice/OutgoingAsync.cpp
+++ b/cpp/src/Ice/OutgoingAsync.cpp
@@ -1282,24 +1282,10 @@ ConnectionFlushBatchAsync::invoke(const string& operation)
}
catch(const RetryException& ex)
{
-#ifdef ICE_CPP11_MAPPING
- try
- {
- rethrow_exception(ex.get());
- }
- catch(const Ice::LocalException& ee)
- {
- if(exception(ee))
- {
- invokeExceptionAsync();
- }
- }
-#else
if(exception(*ex.get()))
{
invokeExceptionAsync();
}
-#endif
}
catch(const Exception& ex)
{