diff options
Diffstat (limited to 'cpp/src/IceGrid/NodeI.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeI.cpp b/cpp/src/IceGrid/NodeI.cpp index ed33cc0fd36..1c03de9c4fa 100644 --- a/cpp/src/IceGrid/NodeI.cpp +++ b/cpp/src/IceGrid/NodeI.cpp @@ -360,7 +360,7 @@ NodeI::Update::completed(const Ice::AsyncResultPtr& result) result->throwLocalException(); finished(true); } - catch(const Ice::LocalException& ex) + catch(const Ice::LocalException&) { finished(false); } |