diff options
Diffstat (limited to 'java/src/Ice/CommunicatorI.java')
-rw-r--r-- | java/src/Ice/CommunicatorI.java | 17 |
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. |