From c8540f08500f468d2fb503f09bb36309a65137a5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 5 Nov 2010 12:37:49 +0000 Subject: can undo this now with dial-down in solenv (cherry picked from commit 23b34d1adafa71612f093d6b5aa015f307785a3f) --- cppu/source/typelib/typelib.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cppu/source') diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index 9bec9a1fb6e4..3cf9abe0934e 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -275,9 +275,6 @@ inline void TypeDescriptor_Init_Impl::callChain( //__________________________________________________________________________________________________ TypeDescriptor_Init_Impl::~TypeDescriptor_Init_Impl() SAL_THROW( () ) { -#ifdef DONT_LEAK_STATIC_DATA - // The cleanup from commit 55c3066e52ad1843549c442e8d74f886507c58f4 - // introduced a breakage on SUSE, Caolan will have a look if( pCache ) { TypeDescriptionList_Impl::const_iterator aIt = pCache->begin(); @@ -358,7 +355,6 @@ TypeDescriptor_Init_Impl::~TypeDescriptor_Init_Impl() SAL_THROW( () ) delete pCallbacks; pCallbacks = 0; -#endif if( pMutex ) { delete pMutex; -- cgit