diff options
Diffstat (limited to 'cpp/src/IceGrid/SessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/SessionI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/SessionI.cpp b/cpp/src/IceGrid/SessionI.cpp index cb36cd1cc1e..b6774252021 100644 --- a/cpp/src/IceGrid/SessionI.cpp +++ b/cpp/src/IceGrid/SessionI.cpp @@ -100,7 +100,7 @@ SessionReapable::destroy(bool destroy) } _session->destroy(current); } - catch(const Ice::ObjectNotExistException& ex) + catch(const Ice::ObjectNotExistException&) { } catch(const Ice::LocalException& ex) |