summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/LocatorI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/LocatorI.cpp')
-rw-r--r--cpp/src/IcePack/LocatorI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/LocatorI.cpp b/cpp/src/IcePack/LocatorI.cpp
index 4a245b79d28..6c78c23f400 100644
--- a/cpp/src/IcePack/LocatorI.cpp
+++ b/cpp/src/IcePack/LocatorI.cpp
@@ -289,7 +289,7 @@ LocatorI::getDirectProxyException(const AdapterPrx& adapter, const string& id, c
}
}
}
- catch(const Ice::ObjectNotExistException& ex)
+ catch(const Ice::ObjectNotExistException&)
{
//
// Expected if the adapter is destroyed, if that's the case, we remove it from the adapter registry.