diff options
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r-- | cpp/src/IceGrid/Database.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp index aaa34ddde23..0af83f123b0 100644 --- a/cpp/src/IceGrid/Database.cpp +++ b/cpp/src/IceGrid/Database.cpp @@ -546,8 +546,6 @@ Database::getApplications(Ice::Long& serial) logError(_communicator, ex); throw; } - assert(false); - return ApplicationInfoSeq(); } AdapterInfoSeq @@ -565,8 +563,6 @@ Database::getAdapters(Ice::Long& serial) logError(_communicator, ex); throw; } - assert(false); - return AdapterInfoSeq(); } ObjectInfoSeq @@ -584,8 +580,6 @@ Database::getObjects(Ice::Long& serial) logError(_communicator, ex); throw; } - assert(false); - return ObjectInfoSeq(); } StringLongDict |