diff options
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5private.h b/src/H5private.h index 3525e2b..47132a0 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -227,13 +227,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 |