summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/BasicStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r--cpp/src/Ice/BasicStream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp
index b4f2753802f..a86352dc009 100644
--- a/cpp/src/Ice/BasicStream.cpp
+++ b/cpp/src/Ice/BasicStream.cpp
@@ -2296,7 +2296,6 @@ IceInternal::BasicStream::EncapsDecoder::throwException(const UserExceptionFacto
//
try
{
- assert(exceptionFactory);
exceptionFactory->createAndThrow(_typeId);
}
catch(UserException& ex)