diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-19 16:50:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-19 16:52:03 +0200 |
commit | e8ff469da51904a2ddafd59b2dcf45539370e08e (patch) | |
tree | bf35796d9eca312ec3f06bbaa67abc70cdc42393 /stoc/source/stocservices/stocservices.cxx | |
parent | eeaa2ecd1e1f6e0f468854b891de0caa28c470e6 (diff) |
Remove any remaining remnants of unused component_canUnload feature
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
Diffstat (limited to 'stoc/source/stocservices/stocservices.cxx')
-rw-r--r-- | stoc/source/stocservices/stocservices.cxx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/stoc/source/stocservices/stocservices.cxx b/stoc/source/stocservices/stocservices.cxx index 81810a937783..3594b1b8051e 100644 --- a/stoc/source/stocservices/stocservices.cxx +++ b/stoc/source/stocservices/stocservices.cxx @@ -32,26 +32,13 @@ using namespace cppu; using namespace osl; using namespace stoc_services; -#ifdef DISABLE_DYNLOADING - -// Do we really to have non-static global variable with the same name -// g_moduleCount in *all* (more or less, it seems) modules even in the -// normal dynamic loading case? Weird. Anyway, in the DISABLE_DYNLOADING -// case we have no use for these, and they can't be the same name. - -#define g_moduleCount g_stocservices_moduleCount - -#endif - -rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT; - static struct ImplementationEntry g_entries[] = { // typeconv { TypeConverter_Impl_CreateInstance, tcv_getImplementationName, tcv_getSupportedServiceNames, createSingleComponentFactory, - &g_moduleCount.modCnt , 0 + 0, 0 }, // uriproc { |