diff options
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 } |