diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-10-28 16:29:37 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-10-28 16:29:37 -0400 |
commit | a5a21ef44ef78fdcfa5fb70d9baab5009bc94983 (patch) | |
tree | 65b10dfaaea31d4ff5540097544e6cc850a66418 /cpp/src/Ice/Object.cpp | |
parent | minor ifdef fix (diff) | |
download | ice-a5a21ef44ef78fdcfa5fb70d9baab5009bc94983.tar.bz2 ice-a5a21ef44ef78fdcfa5fb70d9baab5009bc94983.tar.xz ice-a5a21ef44ef78fdcfa5fb70d9baab5009bc94983.zip |
Fixed ICE-5791: removed deprecated APIs for Ice 3.6
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index 76c82dad893..616c8d1de13 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -39,11 +39,6 @@ Ice::Object::operator<(const Object& r) const return this < &r; } -Int -Ice::Object::ice_getHash() const -{ - return static_cast<Int>(reinterpret_cast<Long>(this) >> 4); -} namespace { |