summaryrefslogtreecommitdiffstats
path: root/src/H5HLprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HLprivate.h')
-rw-r--r--src/H5HLprivate.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/H5HLprivate.h b/src/H5HLprivate.h
index 5d6959d..243d765 100644
--- a/src/H5HLprivate.h
+++ b/src/H5HLprivate.h
@@ -14,7 +14,7 @@
*
* Created: H5HLprivate.h
*
- * Purpose: Private declarations for the H5HL (local heap) package.
+ * Purpose: Private declarations for the H5HL (local heap) package
*
*-------------------------------------------------------------------------
*/
@@ -26,14 +26,6 @@
#include "H5ACprivate.h" /* Metadata cache */
#include "H5Fprivate.h" /* File access */
-/*
- * Feature: Define H5HL_DEBUG on the compiler command line if you want to
- * enable diagnostic messages from this layer.
- */
-#ifdef NDEBUG
-#undef H5HL_DEBUG
-#endif
-
#define H5HL_ALIGN(X) ((((unsigned)X) + 7) & (unsigned)(~0x07)) /* align on 8-byte boundary */
#define H5HL_SIZEOF_FREE(F) \