diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/debug/debug.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx index a410b6feeaa9..7d39fdecac58 100644 --- a/tools/source/debug/debug.cxx +++ b/tools/source/debug/debug.cxx @@ -61,8 +61,6 @@ #include <cxxabi.h> #endif -#ifndef NDEBUG - namespace { struct DebugData @@ -97,8 +95,6 @@ void DbgTestSolarMutex() aDebugData.pDbgTestSolarMutex(); } -#endif - static void exceptionToStringImpl(OStringBuffer& sMessage, const css::uno::Any & caught) { auto toOString = [](OUString const & s) { |