diff options
-rw-r--r-- | cpp/src/IceUtil/Exception.cpp | 1 |
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(); |