diff options
Diffstat (limited to 'java/src/IceInternal/IncomingConnectionFactory.java')
-rw-r--r-- | java/src/IceInternal/IncomingConnectionFactory.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/src/IceInternal/IncomingConnectionFactory.java b/java/src/IceInternal/IncomingConnectionFactory.java index 34e0d2bc487..86ff0182bcb 100644 --- a/java/src/IceInternal/IncomingConnectionFactory.java +++ b/java/src/IceInternal/IncomingConnectionFactory.java @@ -128,16 +128,6 @@ public final class IncomingConnectionFactory extends EventHandler Ice.ConnectionI connection = (Ice.ConnectionI)p.next(); connection.waitUntilFinished(); } - - // - // At this point we know that this factory is no longer used, so it is - // safe to invoke destroy() on the EventHandler base class to reclaim - // resources. - // - // We call this here instead of in the finalizer because a C# finalizer - // cannot invoke methods on other types of objects. - // - super.destroy(); } public Endpoint @@ -454,7 +444,6 @@ public final class IncomingConnectionFactory extends EventHandler _acceptor = null; _connections = null; _threadPerIncomingConnectionFactory = null; - super.destroy(); } Ice.SyscallException e = new Ice.SyscallException(); |