summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-16 14:50:37 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-16 14:50:37 +0000
commit8582bf17281769d6b58618018f2119f9dd520ac7 (patch)
treef714107e952bcb13c288b417c95cf6722825c2b4 /cpp/src/Ice/Instance.cpp
parentfix (diff)
downloadice-8582bf17281769d6b58618018f2119f9dd520ac7.tar.bz2
ice-8582bf17281769d6b58618018f2119f9dd520ac7.tar.xz
ice-8582bf17281769d6b58618018f2119f9dd520ac7.zip
fixes
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r--cpp/src/Ice/Instance.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index 775ef98880f..098a4fe7898 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -275,25 +275,6 @@ IceInternal::Instance::clientThreadPool()
if(!_clientThreadPool) // Lazy initialization.
{
-// Not necessary anymore, this is now the default for every thread pool
-/*
- //
- // Make sure that the client thread pool defaults are correctly
- //
- if(_properties->getProperty("Ice.ThreadPool.Client.Size").empty())
- {
- _properties->setProperty("Ice.ThreadPool.Client.Size", "1");
- }
- if(_properties->getProperty("Ice.ThreadPool.Client.SizeMax").empty())
- {
- _properties->setProperty("Ice.ThreadPool.Client.SizeMax", "1");
- }
- if(_properties->getProperty("Ice.ThreadPool.Client.SizeWarn").empty())
- {
- _properties->setProperty("Ice.ThreadPool.Client.SizeWarn", "0");
- }
-*/
-
_clientThreadPool = new ThreadPool(this, "Ice.ThreadPool.Client", 0);
}