summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceUtil/Exception.cpp')
-rw-r--r--cpp/src/IceUtil/Exception.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/Exception.cpp b/cpp/src/IceUtil/Exception.cpp
index 61dac45f5dd..9a1483b5079 100644
--- a/cpp/src/IceUtil/Exception.cpp
+++ b/cpp/src/IceUtil/Exception.cpp
@@ -473,7 +473,6 @@ IceUtil::operator<<(ostream& out, const IceUtil::Exception& ex)
IceUtil::NullHandleException::NullHandleException(const char* file, int line) :
Exception(file, line)
{
- assert(false);
if(IceUtilInternal::nullHandleAbort)
{
abort();