summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/MapI.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-10-15 16:06:21 -0400
committerBernard Normier <bernard@zeroc.com>2012-10-15 16:06:21 -0400
commit881b43e4b50398db0594ea951b786f5b75043341 (patch)
treecd31ef4237e9645840a54bbb9b3e8c017a8ec371 /cpp/src/Freeze/MapI.cpp
parentMetrics minor fix (diff)
downloadice-881b43e4b50398db0594ea951b786f5b75043341.tar.bz2
ice-881b43e4b50398db0594ea951b786f5b75043341.tar.xz
ice-881b43e4b50398db0594ea951b786f5b75043341.zip
Fixed ICE-4868: processors is now either 'threads' or 'sockets', as appropriate
Diffstat (limited to 'cpp/src/Freeze/MapI.cpp')
-rw-r--r--cpp/src/Freeze/MapI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/MapI.cpp b/cpp/src/Freeze/MapI.cpp
index cd2d4127629..f59cc04e465 100644
--- a/cpp/src/Freeze/MapI.cpp
+++ b/cpp/src/Freeze/MapI.cpp
@@ -890,7 +890,7 @@ Freeze::IteratorHelperI::close()
{
_dbc->close();
}
- catch(const ::DbDeadlockException& dx)
+ catch(const ::DbDeadlockException&)
{
// Ignored - it's unclear if this can ever occur
}