diff options
author | Bernard Normier <bernard@zeroc.com> | 2003-10-21 21:56:09 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2003-10-21 21:56:09 +0000 |
commit | 0095a013d4cbe3396425c3e9d4b5e5d7e1e18a1a (patch) | |
tree | 03523619a4e49afdf851e9982379f3b3bc322e8c /cpp/src/Freeze/IndexI.cpp | |
parent | Minor fixes (diff) | |
download | ice-0095a013d4cbe3396425c3e9d4b5e5d7e1e18a1a.tar.bz2 ice-0095a013d4cbe3396425c3e9d4b5e5d7e1e18a1a.tar.xz ice-0095a013d4cbe3396425c3e9d4b5e5d7e1e18a1a.zip |
Freeze Index Windows port
Diffstat (limited to 'cpp/src/Freeze/IndexI.cpp')
-rw-r--r-- | cpp/src/Freeze/IndexI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Freeze/IndexI.cpp b/cpp/src/Freeze/IndexI.cpp index 42d4e2115e3..6f8ed594301 100644 --- a/cpp/src/Freeze/IndexI.cpp +++ b/cpp/src/Freeze/IndexI.cpp @@ -128,7 +128,7 @@ Freeze::IndexI::untypedFindFirst(const Key& bytes, Int firstN) const toClose->close(); break; // for (;;) } - catch(const DbDeadlockException& dx) + catch(const DbDeadlockException&) { if(dbc != 0) { @@ -221,7 +221,7 @@ Freeze::IndexI::untypedCount(const Key& bytes) const toClose->close(); break; // for (;;) } - catch(const DbDeadlockException& dx) + catch(const DbDeadlockException&) { if(dbc != 0) { |