summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 8f4273a58ab..d4468b6cb2c 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -108,12 +108,6 @@ IceProxy::Ice::Object::operator<(const Object& r) const
return _reference < r._reference;
}
-Int
-IceProxy::Ice::Object::ice_getHash() const
-{
- return _reference->hash();
-}
-
CommunicatorPtr
IceProxy::Ice::Object::ice_getCommunicator() const
{