diff options
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r-- | cpp/src/IceGrid/Database.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp index e0dd6f16705..fa65046637c 100644 --- a/cpp/src/IceGrid/Database.cpp +++ b/cpp/src/IceGrid/Database.cpp @@ -381,7 +381,7 @@ Database::removeApplicationDescriptor(ObserverSessionI* session, const std::stri ApplicationHelper helper(p->second); unload(helper, entries); } - catch(const DeploymentException& ex) + catch(const DeploymentException&) { // // For some reasons the application became invalid. If |