summaryrefslogtreecommitdiff
path: root/sal/rtl/alloc_fini.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/alloc_fini.cxx')
-rw-r--r--sal/rtl/alloc_fini.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/sal/rtl/alloc_fini.cxx b/sal/rtl/alloc_fini.cxx
index 1d70d5c0c788..3745e900c86d 100644
--- a/sal/rtl/alloc_fini.cxx
+++ b/sal/rtl/alloc_fini.cxx
@@ -23,28 +23,6 @@
namespace
{
- struct rtlMemorySingleton
- {
- rtlMemorySingleton()
- {
- rtl_memory_init();
- }
- ~rtlMemorySingleton()
- {
- rtl_memory_fini();
- }
- };
- class theMemorySingleton
- : public rtl::Static<rtlMemorySingleton, theMemorySingleton>{};
-}
-
-void ensureMemorySingleton()
-{
- theMemorySingleton::get();
-}
-
-namespace
-{
struct rtlCacheSingleton
{
rtlCacheSingleton()