summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5private.h7
-rw-r--r--src/libhdf5.settings.in1
2 files changed, 0 insertions, 8 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 6afbc17..2ed55bb 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -210,13 +210,6 @@
#endif /* H5_HAVE_MPE */
/*
- * dmalloc (debugging malloc) support
- */
-#ifdef H5_HAVE_DMALLOC_H
-#include "dmalloc.h"
-#endif /* H5_HAVE_DMALLOC_H */
-
-/*
* NT doesn't define SIGBUS, but since NT only runs on processors
* that do not have alignment constraints a SIGBUS would never be
* raised, so we just replace it with SIGILL (which also should
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in
index dbdbc74..73135aa 100644
--- a/src/libhdf5.settings.in
+++ b/src/libhdf5.settings.in
@@ -86,7 +86,6 @@ Dimension scales w/ new references: @DIMENSION_SCALES_WITH_NEW_REF@
Subfiling VFD: @SUBFILING_VFD@
(Read-Only) S3 VFD: @ROS3_VFD@
(Read-Only) HDFS VFD: @HAVE_LIBHDFS@
- dmalloc: @HAVE_DMALLOC@
Packages w/ extra debug output: @INTERNAL_DEBUG_OUTPUT@
API tracing: @TRACE_API@
Using memory checker: @USINGMEMCHECKER@