summaryrefslogtreecommitdiff
path: root/stoc/source/registry_tdprovider/tdsingleton.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-19 16:50:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-19 16:52:03 +0200
commite8ff469da51904a2ddafd59b2dcf45539370e08e (patch)
treebf35796d9eca312ec3f06bbaa67abc70cdc42393 /stoc/source/registry_tdprovider/tdsingleton.cxx
parenteeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (diff)
Remove any remaining remnants of unused component_canUnload feature
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
Diffstat (limited to 'stoc/source/registry_tdprovider/tdsingleton.cxx')
-rw-r--r--stoc/source/registry_tdprovider/tdsingleton.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/stoc/source/registry_tdprovider/tdsingleton.cxx b/stoc/source/registry_tdprovider/tdsingleton.cxx
index b777974049d7..d91a8c4bb16a 100644
--- a/stoc/source/registry_tdprovider/tdsingleton.cxx
+++ b/stoc/source/registry_tdprovider/tdsingleton.cxx
@@ -64,10 +64,7 @@ void SingletonTypeDescriptionImpl::init() {
//__________________________________________________________________________________________________
// virtual
-SingletonTypeDescriptionImpl::~SingletonTypeDescriptionImpl()
-{
- g_moduleCount.modCnt.release( &g_moduleCount.modCnt );
-}
+SingletonTypeDescriptionImpl::~SingletonTypeDescriptionImpl() {}
// XTypeDescription
//__________________________________________________________________________________________________