summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-11-05 21:56:08 +0000
committerMarc Laukien <marc@zeroc.com>2004-11-05 21:56:08 +0000
commitce3ea1042e7dbd75ba6fd9854d1f86a25ecee659 (patch)
treee2416de050cfaba3fadc2f7db976ad0c3c3f9daf /cpp/src
parentfixes (diff)
downloadice-ce3ea1042e7dbd75ba6fd9854d1f86a25ecee659.tar.bz2
ice-ce3ea1042e7dbd75ba6fd9854d1f86a25ecee659.tar.xz
ice-ce3ea1042e7dbd75ba6fd9854d1f86a25ecee659.zip
fix
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/ConnectionI.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp
index f04b074367f..492bb72c398 100644
--- a/cpp/src/Ice/ConnectionI.cpp
+++ b/cpp/src/Ice/ConnectionI.cpp
@@ -38,14 +38,6 @@ Ice::ConnectionI::validate()
{
IceUtil::Monitor<IceUtil::Mutex>::Lock sync(*this);
- if(_threadPerConnection->getThreadControl() != IceUtil::ThreadControl())
- {
- cout << "_threadPerConnection->getThreadControl() != IceUtil::ThreadControl()" << endl;
- }
- else
- {
- cout << "_threadPerConnection->getThreadControl() == IceUtil::ThreadControl()" << endl;
- }
if(_instance->threadPerConnection() &&
_threadPerConnection->getThreadControl() != IceUtil::ThreadControl())
{