diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-21 12:45:48 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-21 12:45:48 +0100 |
commit | fb4f853ff6e53f3537e8e5ff2b488d039d175a16 (patch) | |
tree | 55d95fcd5bd9de45ae7f5118480db5e7a027f5d7 | |
parent | 60e454d12b4ed5a697eb040c1468f0c9992c7dd5 (diff) |
debuglevels: removed yet another useless (aka: nearly-always-firing) assertion
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |