diff options
Diffstat (limited to 'cppe/src/IceE/IncomingConnectionFactory.cpp')
-rw-r--r-- | cppe/src/IceE/IncomingConnectionFactory.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cppe/src/IceE/IncomingConnectionFactory.cpp b/cppe/src/IceE/IncomingConnectionFactory.cpp index 2bc094f03be..60b0ee8eb18 100644 --- a/cppe/src/IceE/IncomingConnectionFactory.cpp +++ b/cppe/src/IceE/IncomingConnectionFactory.cpp @@ -121,18 +121,6 @@ IceInternal::IncomingConnectionFactory::endpoint() const return _endpoint; } -bool -IceInternal::IncomingConnectionFactory::equivalent(const EndpointPtr& endp) const -{ - if(_transceiver) - { - return endp->equivalent(_transceiver); - } - - assert(_acceptor); - return endp->equivalent(_acceptor); -} - list<ConnectionPtr> IceInternal::IncomingConnectionFactory::connections() const { |