diff options
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/diagnose_ex.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h index 921b45648904..df71bfa01711 100644 --- a/include/tools/diagnose_ex.h +++ b/include/tools/diagnose_ex.h @@ -110,18 +110,6 @@ TOOLS_DLLPUBLIC void DbgUnhandledException(const css::uno::Any& caughtException, return; \ } - - -/** This macro asserts the given condition (in debug mode), and - returns afterwards, without return value "void". - */ -#define ENSURE_OR_RETURN_VOID( c, m ) \ - if( !(c) ) \ - { \ - OSL_ENSURE( c, m ); \ - return; \ - } - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |