diff options
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 8113517ca4f..db289cb184a 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -353,14 +353,6 @@ IceProxy::Ice::Object::ice_context(const Context& newContext) const return proxy; } -ObjectPrx -IceProxy::Ice::Object::ice_defaultContext() const -{ - ObjectPrx proxy = __newInstance(); - proxy->setup(_reference->defaultContext()); - return proxy; -} - const string& IceProxy::Ice::Object::ice_getFacet() const { |