summaryrefslogtreecommitdiff
path: root/ace/Service_Repository.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-14 21:32:04 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-14 21:32:04 +0000
commit9a3ded0e41a7e7abae748f085c56d32417faa996 (patch)
tree28e24b7c9d337654ecc4cdee2047c898ba9d93f0 /ace/Service_Repository.cpp
parent76de681a15ff2a5eb52f336f5c33e299ed730763 (diff)
downloadATCD-9a3ded0e41a7e7abae748f085c56d32417faa996.tar.gz
foo
Diffstat (limited to 'ace/Service_Repository.cpp')
-rw-r--r--ace/Service_Repository.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Service_Repository.cpp b/ace/Service_Repository.cpp
index 9aece865ba2..5e5420ef8f0 100644
--- a/ace/Service_Repository.cpp
+++ b/ace/Service_Repository.cpp
@@ -215,9 +215,6 @@ ACE_Service_Repository::remove (const char name[])
const void *handle = this->service_vector_[i]->handle ();
delete (ACE_Service_Record *) this->service_vector_[i];
- if (handle != 0)
- ACE_OS::dlclose ((void *) handle);
-
if (--this->current_size_ >= 1)
this->service_vector_[i]
= this->service_vector_[this->current_size_];