diff options
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/diagnose_ex.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h index 7efffc67489d..b162f94db8fd 100644 --- a/include/tools/diagnose_ex.h +++ b/include/tools/diagnose_ex.h @@ -29,9 +29,6 @@ #include <tools/toolsdllapi.h> -#define OSL_UNUSED( expression ) \ - (void)(expression) - TOOLS_DLLPUBLIC void DbgUnhandledException(const ::com::sun::star::uno::Any& caughtException, const char* currentFunction, const char* fileAndLineNo); #if OSL_DEBUG_LEVEL > 0 |