summaryrefslogtreecommitdiff
path: root/java/src/Ice/CommunicatorI.java
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2008-12-17 20:47:15 +0100
committerJose <jose@zeroc.com>2008-12-17 20:47:15 +0100
commit3ef4be01cfc76ca401cd1979103cd368e245dd5f (patch)
tree767c7b2b91b9d1f27771006d56cd4e09cf3cafc3 /java/src/Ice/CommunicatorI.java
parent3573 Build Freeze with DB-4.7 (diff)
downloadice-3ef4be01cfc76ca401cd1979103cd368e245dd5f.tar.bz2
ice-3ef4be01cfc76ca401cd1979103cd368e245dd5f.tar.xz
ice-3ef4be01cfc76ca401cd1979103cd368e245dd5f.zip
Remove Java finalizers code
Diffstat (limited to 'java/src/Ice/CommunicatorI.java')
-rw-r--r--java/src/Ice/CommunicatorI.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/java/src/Ice/CommunicatorI.java b/java/src/Ice/CommunicatorI.java
index 8562f0fd7ac..73a77567aa6 100644
--- a/java/src/Ice/CommunicatorI.java
+++ b/java/src/Ice/CommunicatorI.java
@@ -196,23 +196,6 @@ public final class CommunicatorI implements Communicator
_instance = new IceInternal.Instance(this, initData);
}
- /**
- * For compatibility with C#, we do not invoke methods on other objects
- * from within a finalizer.
- *
- protected synchronized void
- finalize()
- throws Throwable
- {
- if(!_instance.destroyed())
- {
- _instance.logger().warning("Ice::Communicator::destroy() has not been called");
- }
-
- super.finalize();
- }
- */
-
//
// Certain initialization tasks need to be completed after the
// constructor.