summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/TransactionalEvictorContext.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2011-12-07 01:29:37 +0100
committerJose <jose@zeroc.com>2011-12-07 01:29:37 +0100
commite621be781151af92e49d807a6fa5e964145ba0c6 (patch)
tree0c9698aa356c6ff4e81707e63cfd01e9a26e6116 /cpp/src/Freeze/TransactionalEvictorContext.cpp
parentGlacier2 C++ SessionHelper VC100 fix (diff)
downloadice-e621be781151af92e49d807a6fa5e964145ba0c6.tar.bz2
ice-e621be781151af92e49d807a6fa5e964145ba0c6.tar.xz
ice-e621be781151af92e49d807a6fa5e964145ba0c6.zip
ICE-4594 Patch for local exception and C++ ice_print
Diffstat (limited to 'cpp/src/Freeze/TransactionalEvictorContext.cpp')
-rw-r--r--cpp/src/Freeze/TransactionalEvictorContext.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Freeze/TransactionalEvictorContext.cpp b/cpp/src/Freeze/TransactionalEvictorContext.cpp
index d2fb2e2af10..34831301b2b 100644
--- a/cpp/src/Freeze/TransactionalEvictorContext.cpp
+++ b/cpp/src/Freeze/TransactionalEvictorContext.cpp
@@ -51,14 +51,6 @@ Freeze::TransactionalEvictorDeadlockException::ice_throw() const
throw *this;
}
-void
-Freeze::TransactionalEvictorDeadlockException::ice_print(ostream& out) const
-{
- Exception::ice_print(out);
- out << ":\ntransactional evictor deadlock exception";
-}
-
-
//
// TransactionalEvictorContext
//