summaryrefslogtreecommitdiff
path: root/cs/src/Ice/ObjectAdapterFactory.cs
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2007-01-31 06:02:13 +0000
committerMichi Henning <michi@zeroc.com>2007-01-31 06:02:13 +0000
commit674164e677fa9567ef60d1aa21274197ce3e0464 (patch)
tree01df4384fa3630449947f9107a20dbcae467b931 /cs/src/Ice/ObjectAdapterFactory.cs
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1690, (diff)
downloadice-674164e677fa9567ef60d1aa21274197ce3e0464.tar.bz2
ice-674164e677fa9567ef60d1aa21274197ce3e0464.tar.xz
ice-674164e677fa9567ef60d1aa21274197ce3e0464.zip
Bug 1607.
Diffstat (limited to 'cs/src/Ice/ObjectAdapterFactory.cs')
-rwxr-xr-xcs/src/Ice/ObjectAdapterFactory.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/cs/src/Ice/ObjectAdapterFactory.cs b/cs/src/Ice/ObjectAdapterFactory.cs
index 9daec6a5e48..d305d338d3d 100755
--- a/cs/src/Ice/ObjectAdapterFactory.cs
+++ b/cs/src/Ice/ObjectAdapterFactory.cs
@@ -237,19 +237,6 @@ namespace IceInternal
_waitForShutdown = false;
}
-#if DEBUG
- ~ObjectAdapterFactory()
- {
- lock(this)
- {
- IceUtil.Assert.FinalizerAssert(instance_ == null);
- IceUtil.Assert.FinalizerAssert(_communicator == null);
- IceUtil.Assert.FinalizerAssert(_adapters == null);
- IceUtil.Assert.FinalizerAssert(!_waitForShutdown);
- }
- }
-#endif
-
private Instance instance_;
private Ice.Communicator _communicator;
private Hashtable _adapters;