summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LocalObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/LocalObject.cpp')
-rw-r--r--cpp/src/Ice/LocalObject.cpp5
1 files changed, 0 insertions, 5 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);
-}