diff options
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index 2f2f4c71456..9485348f18c 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -218,9 +218,6 @@ private: void setup(const ::IceInternal::ReferencePtr&); friend class ::IceProxy::Ice::Object; - - ::std::vector< ::IceInternal::EndpointPtr> - filterEndpoints(const ::std::vector< ::IceInternal::EndpointPtr>&) const; }; } } |