summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
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);
}