diff options
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index da0758bb4c4..87d15201c98 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -188,7 +188,6 @@ private: const InstancePtr _instance; }; - // // Timer specialization which supports the thread observer // @@ -1103,7 +1102,6 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi } } - if(!_initData.logger) { string logfile = _initData.properties->getProperty("Ice.LogFile"); @@ -1223,7 +1221,6 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi throw InitializationException(__FILE__, __LINE__, "The value for Ice.ToStringMode must be Unicode, ASCII or Compat"); } - // // Client ACM enabled by default. Server ACM disabled by default. // @@ -1790,7 +1787,6 @@ IceInternal::Instance::updateThreadObservers() } } - BufSizeWarnInfo IceInternal::Instance::getBufSizeWarn(Short type) { |