diff options
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) { |