summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/LocalObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/LocalObject.h')
-rw-r--r--cpp/include/Ice/LocalObject.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/include/Ice/LocalObject.h b/cpp/include/Ice/LocalObject.h
index ae73f6090c9..8ec861ac882 100644
--- a/cpp/include/Ice/LocalObject.h
+++ b/cpp/include/Ice/LocalObject.h
@@ -29,14 +29,6 @@ public:
virtual bool operator==(const LocalObject&) const;
virtual bool operator<(const LocalObject&) const;
- ICE_DEPRECATED_API("is deprecated") ::Ice::Int ice_getHash() const
- {
- return internal_getHash();
- }
-
-protected:
-
- virtual ::Ice::Int internal_getHash() const;
};
}