summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Outgoing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r--cpp/src/Ice/Outgoing.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp
index 3c1ad6bfd14..66965b23332 100644
--- a/cpp/src/Ice/Outgoing.cpp
+++ b/cpp/src/Ice/Outgoing.cpp
@@ -561,18 +561,7 @@ Outgoing::completed(InputStream& is)
default:
{
-#ifdef ICE_CPP11_MAPPING
- try
- {
- throw UnknownReplyStatusException(__FILE__, __LINE__);
- }
- catch(...)
- {
- _exception = current_exception();
- }
-#else
_exception.reset(new UnknownReplyStatusException(__FILE__, __LINE__));
-#endif
_state = StateLocalException;
break;
}