diff options
author | Michi Henning <michi@zeroc.com> | 2005-05-10 00:35:22 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-05-10 00:35:22 +0000 |
commit | bc71551286cda5ef227fa513a93babb4af7b5d02 (patch) | |
tree | 8b36fcaa81ab6ea540da7d069350e10c6618fa2e /cpp/src/Ice/Application.cpp | |
parent | fixes for IcePHP shared library construction (diff) | |
download | ice-bc71551286cda5ef227fa513a93babb4af7b5d02.tar.bz2 ice-bc71551286cda5ef227fa513a93babb4af7b5d02.tar.xz ice-bc71551286cda5ef227fa513a93babb4af7b5d02.zip |
Removed incorrect assert(0);
Diffstat (limited to 'cpp/src/Ice/Application.cpp')
-rw-r--r-- | cpp/src/Ice/Application.cpp | 1 |
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) { |