summaryrefslogtreecommitdiff
path: root/java/src/Ice/Object.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/Object.java')
-rw-r--r--java/src/Ice/Object.java5
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.
*