diff options
author | Jose <jose@zeroc.com> | 2012-08-14 16:17:33 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-08-14 16:17:33 +0200 |
commit | 24fb41c5b9eda1299faf2958ceb99ad4c90d9c43 (patch) | |
tree | 21dfd82e447edba14543850cad3ab64093798f07 /cpp/src/IceGrid/NodeI.cpp | |
parent | ICE-4809 - AMI metadata in Ice services internal definitions (diff) | |
download | ice-24fb41c5b9eda1299faf2958ceb99ad4c90d9c43.tar.bz2 ice-24fb41c5b9eda1299faf2958ceb99ad4c90d9c43.tar.xz ice-24fb41c5b9eda1299faf2958ceb99ad4c90d9c43.zip |
minor: unused parameter
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); } |