summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/IceE/Proxy.cpp')
-rw-r--r--cppe/src/IceE/Proxy.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/cppe/src/IceE/Proxy.cpp b/cppe/src/IceE/Proxy.cpp
index 2ec7bf4d986..5c22de23c8d 100644
--- a/cppe/src/IceE/Proxy.cpp
+++ b/cppe/src/IceE/Proxy.cpp
@@ -436,14 +436,6 @@ IceProxy::Ice::Object::ice_context(const Context& newContext) const
return proxy;
}
-ObjectPrx
-IceProxy::Ice::Object::ice_defaultContext() const
-{
- ObjectPrx proxy(new ::IceProxy::Ice::Object());
- proxy->setup(_reference->defaultContext());
- return proxy;
-}
-
Identity
IceProxy::Ice::Object::ice_getIdentity() const
{