diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-01-16 03:51:53 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-01-16 03:51:53 +0000 |
commit | b0cc03521558061171eff49440a957fca456ec13 (patch) | |
tree | 6bfec7a17bcafc2b44f2dd1d0e471594a6848c82 /cpp/src/Ice/ConnectionFactory.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1635 (diff) | |
download | ice-b0cc03521558061171eff49440a957fca456ec13.tar.bz2 ice-b0cc03521558061171eff49440a957fca456ec13.tar.xz ice-b0cc03521558061171eff49440a957fca456ec13.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1665
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionFactory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.cpp b/cpp/src/Ice/ConnectionFactory.cpp index 1ca4b1d30e5..6b989962dd7 100644 --- a/cpp/src/Ice/ConnectionFactory.cpp +++ b/cpp/src/Ice/ConnectionFactory.cpp @@ -916,8 +916,6 @@ IceInternal::IncomingConnectionFactory::IncomingConnectionFactory(const Instance IceInternal::IncomingConnectionFactory::~IncomingConnectionFactory() { - IceUtil::Monitor<IceUtil::Mutex>::Lock sync(*this); - assert(_state == StateClosed); assert(!_acceptor); assert(_connections.empty()); |