From fb4f853ff6e53f3537e8e5ff2b488d039d175a16 Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Mon, 21 Feb 2011 12:45:48 +0100 Subject: debuglevels: removed yet another useless (aka: nearly-always-firing) assertion --- cppu/source/typelib/typelib.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cppu/source/typelib') diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index cbd8ee3872d4..935a64397505 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -330,7 +330,6 @@ TypeDescriptor_Init_Impl::~TypeDescriptor_Init_Impl() SAL_THROW( () ) delete pWeakMap; pWeakMap = 0; } - OSL_ASSERT( !pCallbacks || pCallbacks->empty() ); delete pCallbacks; pCallbacks = 0; -- cgit v1.2.3