Revert "Avoid loplugin:staticmethods in non-debug build"

This reverts commit 97df2dee8e, obsoleted by
cbce40e965 "Make content of OSL_ASSERT,
DBG_ASSERT, etc. visiblie in non-debug builds."
This commit is contained in:
Stephan Bergmann
2015-07-13 18:20:48 +02:00
parent 1a945712f6
commit d537a439fe
2 changed files with 0 additions and 2 deletions

View File

@@ -108,7 +108,6 @@ bool TextUndoManager::Redo()
void TextUndoManager::UndoRedoStart()
{
DBG_ASSERT( GetView(), "Undo/Redo: Active View?" );
(void) this; // avoid loplugin:staticmethods
}
void TextUndoManager::UndoRedoEnd()

View File

@@ -295,7 +295,6 @@ void Window::RemoveUserEvent( ImplSVEvent * nUserEvent )
"Window::RemoveUserEvent(): Event doesn't send to this window or is already removed" );
DBG_ASSERT( nUserEvent->mbCall,
"Window::RemoveUserEvent(): Event is already removed" );
(void) this; // avoid loplugin:staticmethods
if ( nUserEvent->mpWindow )
{