From 2af1be4b75d36ed2022c304c9030ff34162d44db Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Thu, 25 Jan 2007 16:50:20 +0000 Subject: adding thread-per-connection settings for proxies & OAs --- cpp/src/Ice/ThreadPool.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpp/src/Ice/ThreadPool.cpp') diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index 5240889b537..87b315b9cba 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -45,12 +45,6 @@ IceInternal::ThreadPool::ThreadPool(const InstancePtr& instance, const string& p _promote(true), _warnUdp(_instance->initializationData().properties->getPropertyAsInt("Ice.Warn.Datagrams") > 0) { - // - // If we are in thread per connection mode, no thread pool should - // ever be created. - // - assert(!_instance->threadPerConnection()); - SOCKET fds[2]; createPipe(fds); _fdIntrRead = fds[0]; -- cgit v1.2.3