summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/ConnectionI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Freeze/ConnectionI.cpp')
-rw-r--r--cpp/src/Freeze/ConnectionI.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/Freeze/ConnectionI.cpp b/cpp/src/Freeze/ConnectionI.cpp
index 55132b869fd..234cb926390 100644
--- a/cpp/src/Freeze/ConnectionI.cpp
+++ b/cpp/src/Freeze/ConnectionI.cpp
@@ -196,10 +196,3 @@ Freeze::createConnection(const CommunicatorPtr& communicator, const string& envN
{
return new ConnectionI(SharedDbEnv::get(communicator, envName, &dbEnv));
}
-
-void
-Freeze::TransactionAlreadyInProgressException::ice_print(ostream& out) const
-{
- Exception::ice_print(out);
- out << ":\ntransaction already in progress";
-}