diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-10-15 16:06:21 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-10-15 16:06:21 -0400 |
commit | 881b43e4b50398db0594ea951b786f5b75043341 (patch) | |
tree | cd31ef4237e9645840a54bbb9b3e8c017a8ec371 /cpp/src/Freeze/MapI.cpp | |
parent | Metrics minor fix (diff) | |
download | ice-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.cpp | 2 |
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 } |