summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/source/stm/streamhelper.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/io/source/stm/streamhelper.hxx b/io/source/stm/streamhelper.hxx
index fd00bcc7e241..064d12bd1487 100644
--- a/io/source/stm/streamhelper.hxx
+++ b/io/source/stm/streamhelper.hxx
@@ -22,15 +22,6 @@
#include <com/sun/star/io/BufferSizeExceededException.hpp>
-// Save NDEBUG state
-#ifdef NDEBUG
-#define STREAMHELPER_HXX_HAD_NDEBUG
-#undef NDEBUG
-#endif
-
-#if OSL_DEBUG_LEVEL == 0
-#define NDEBUG
-#endif
#include <assert.h>
#define Max( a, b ) (((a)>(b)) ? (a) : (b) )
@@ -94,13 +85,6 @@ public:
};
-// Restore NDEBUG state
-#ifdef STREAMHELPER_HXX_HAD_NDEBUG
-#define NDEBUG
-#else
-#undef NDEBUG
-#endif
-
}
#endif // INCLUDED_IO_SOURCE_STM_STREAMHELPER_HXX