diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index 46199eddc9f..5ac98c31b77 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -247,7 +247,6 @@ Ice::CommunicatorI::findObjectFactory(const string& id) const PropertiesPtr Ice::CommunicatorI::getProperties() const { - RecMutex::Lock sync(*this); // // No check for destruction. It must be possible to access the // properties after destruction. @@ -258,7 +257,6 @@ Ice::CommunicatorI::getProperties() const LoggerPtr Ice::CommunicatorI::getLogger() const { - RecMutex::Lock sync(*this); // // No check for destruction. It must be possible to access the // logger after destruction. @@ -269,7 +267,6 @@ Ice::CommunicatorI::getLogger() const void Ice::CommunicatorI::setLogger(const LoggerPtr& logger) { - RecMutex::Lock sync(*this); // // No check for destruction. It must be possible to set the logger // after destruction (needed by logger plugins for example to |