diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-07 12:26:35 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-07 12:26:35 +0200 |
commit | 297a96cd7db80d8b5076ce671b52861caa51a5cc (patch) | |
tree | 53a85b2104ec3ce6dfd1640765ac1a8e0ad762f7 /cpp/src/Ice/Proxy.cpp | |
parent | Fixed ICE-5488: C# transport leak (diff) | |
download | ice-297a96cd7db80d8b5076ce671b52861caa51a5cc.tar.bz2 ice-297a96cd7db80d8b5076ce671b52861caa51a5cc.tar.xz ice-297a96cd7db80d8b5076ce671b52861caa51a5cc.zip |
Fixed ICE-5394: removed deprecated C++ ice_getHash method
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 6 |
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 { |