summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/Incoming.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceInternal/Incoming.java')
-rw-r--r--java/src/IceInternal/Incoming.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/java/src/IceInternal/Incoming.java b/java/src/IceInternal/Incoming.java
index 0cebf970904..6f48fd124a5 100644
--- a/java/src/IceInternal/Incoming.java
+++ b/java/src/IceInternal/Incoming.java
@@ -20,23 +20,6 @@ final public class Incoming extends IncomingBase
}
//
- // Do NOT use a finalizer, this would cause a severe performance
- // penalty! We must make sure that __destroy() is called instead,
- // to reclaim resources.
- //
- public void
- __destroy()
- {
- if(_is != null)
- {
- _is.destroy();
- _is = null;
- }
-
- super.__destroy();
- }
-
- //
// This function allows this object to be reused, rather than
// reallocated.
//