diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-11-27 10:06:39 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-11-27 10:06:39 +0100 |
commit | b64a3edb27b114253ac72ba413776d232b6c2e12 (patch) | |
tree | 16ba704e8c358f4cae3e3e70581be412429c91e6 /cpp/src/Ice/OpaqueEndpointI.cpp | |
parent | ICE-6003 - Ice-3.6b.zip contains Makefile's in js dir (diff) | |
download | ice-b64a3edb27b114253ac72ba413776d232b6c2e12.tar.bz2 ice-b64a3edb27b114253ac72ba413776d232b6c2e12.tar.xz ice-b64a3edb27b114253ac72ba413776d232b6c2e12.zip |
Removed dead code (sync. connection establishment code)
Diffstat (limited to 'cpp/src/Ice/OpaqueEndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/OpaqueEndpointI.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/Ice/OpaqueEndpointI.cpp b/cpp/src/Ice/OpaqueEndpointI.cpp index ff495474d3c..da117e01172 100644 --- a/cpp/src/Ice/OpaqueEndpointI.cpp +++ b/cpp/src/Ice/OpaqueEndpointI.cpp @@ -175,13 +175,6 @@ IceInternal::OpaqueEndpointI::transceiver() const return 0; } -vector<ConnectorPtr> -IceInternal::OpaqueEndpointI::connectors(Ice::EndpointSelectionType) const -{ - vector<ConnectorPtr> ret; - return ret; -} - void IceInternal::OpaqueEndpointI::connectors_async(Ice::EndpointSelectionType, const EndpointI_connectorsPtr& cb) const { |