summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2005-05-10 00:35:22 +0000
committerMichi Henning <michi@zeroc.com>2005-05-10 00:35:22 +0000
commitbc71551286cda5ef227fa513a93babb4af7b5d02 (patch)
tree8b36fcaa81ab6ea540da7d069350e10c6618fa2e /cpp
parentfixes for IcePHP shared library construction (diff)
downloadice-bc71551286cda5ef227fa513a93babb4af7b5d02.tar.bz2
ice-bc71551286cda5ef227fa513a93babb4af7b5d02.tar.xz
ice-bc71551286cda5ef227fa513a93babb4af7b5d02.zip
Removed incorrect assert(0);
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Ice/Application.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/Application.cpp b/cpp/src/Ice/Application.cpp
index 7117352f582..90da94a2315 100644
--- a/cpp/src/Ice/Application.cpp
+++ b/cpp/src/Ice/Application.cpp
@@ -217,7 +217,6 @@ Ice::Application::main(int argc, char* argv[], const char* configFile)
{
cerr << _appName << ": std::exception: " << ex.what() << endl;
status = EXIT_FAILURE;
- assert(0);
}
catch(const std::string& msg)
{