summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Reference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/IceE/Reference.cpp')
-rw-r--r--cppe/src/IceE/Reference.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp
index 89af7f30c86..12940e60d01 100644
--- a/cppe/src/IceE/Reference.cpp
+++ b/cppe/src/IceE/Reference.cpp
@@ -720,19 +720,6 @@ IceInternal::DirectReference::getEndpoints() const
return _endpoints;
}
-DirectReferencePtr
-IceInternal::DirectReference::changeEndpoints(const vector<EndpointPtr>& newEndpoints) const
-{
- if(newEndpoints == _endpoints)
- {
- return DirectReferencePtr(const_cast<DirectReference*>(this));
- }
- DirectReferencePtr r = DirectReferencePtr::dynamicCast(getInstance()->referenceFactory()->copy(this));
- r->_endpoints = newEndpoints;
- r->applyOverrides(r->_endpoints);
- return r;
-}
-
#ifdef ICEE_HAS_LOCATOR
ReferencePtr