diff options
Diffstat (limited to 'java/src/Ice/Object.java')
-rw-r--r-- | java/src/Ice/Object.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/java/src/Ice/Object.java b/java/src/Ice/Object.java index 70461f26b86..20184f6657f 100644 --- a/java/src/Ice/Object.java +++ b/java/src/Ice/Object.java @@ -22,11 +22,6 @@ public interface Object **/ java.lang.Object clone() throws java.lang.CloneNotSupportedException; - /** - * @deprecated This method is deprecated, use hashCode instead. - **/ - int ice_hash(); - /** * Tests whether this object supports a specific Slice interface. * |