summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/LocalObject.cpp5
-rw-r--r--cpp/src/Ice/Proxy.cpp6
2 files changed, 0 insertions, 11 deletions
diff --git a/cpp/src/Ice/LocalObject.cpp b/cpp/src/Ice/LocalObject.cpp
index e444ab929f2..b1845365ee0 100644
--- a/cpp/src/Ice/LocalObject.cpp
+++ b/cpp/src/Ice/LocalObject.cpp
@@ -27,8 +27,3 @@ Ice::LocalObject::operator<(const LocalObject& r) const
return this < &r;
}
-Int
-Ice::LocalObject::internal_getHash() const
-{
- return static_cast<Int>(reinterpret_cast<Long>(this) >> 4);
-}
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
{