summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeI.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-08-14 16:17:33 +0200
committerJose <jose@zeroc.com>2012-08-14 16:17:33 +0200
commit24fb41c5b9eda1299faf2958ceb99ad4c90d9c43 (patch)
tree21dfd82e447edba14543850cad3ab64093798f07 /cpp/src/IceGrid/NodeI.cpp
parentICE-4809 - AMI metadata in Ice services internal definitions (diff)
downloadice-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.cpp2
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);
}