diff options
Diffstat (limited to 'cpp/src/IceGrid/Topics.cpp')
-rw-r--r-- | cpp/src/IceGrid/Topics.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cpp/src/IceGrid/Topics.cpp b/cpp/src/IceGrid/Topics.cpp index 142f1a72135..83c1d89ac9f 100644 --- a/cpp/src/IceGrid/Topics.cpp +++ b/cpp/src/IceGrid/Topics.cpp @@ -730,18 +730,6 @@ ApplicationObserverTopic::applicationUpdated(Ice::Long dbSerial, const Applicati out << "unexpected exception while instantiating application `" << info.descriptor.name << "':\n" << ex.what(); assert(false); } - catch(const std::string& msg) - { - Ice::Error out(_logger); - out << "unexpected exception while instantiating application `" << info.descriptor.name << "':\n" << msg; - assert(false); - } - catch(const char* msg) - { - Ice::Error out(_logger); - out << "unexpected exception while instantiating application `" << info.descriptor.name << "':\n" << msg; - assert(false); - } catch(...) { Ice::Error out(_logger); |