diff options
Diffstat (limited to 'src/H5HLprivate.h')
-rw-r--r-- | src/H5HLprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5HLprivate.h b/src/H5HLprivate.h index d8a4b49..2a3e2df 100644 --- a/src/H5HLprivate.h +++ b/src/H5HLprivate.h @@ -44,9 +44,6 @@ # undef H5HL_DEBUG #endif -#define H5HL_MAGIC "HEAP" /*heap magic number */ -#define H5HL_SIZEOF_MAGIC 4 - #define H5HL_ALIGN(X) (((X)+7)&(unsigned)(~0x07)) /*align on 8-byte boundary */ #define H5HL_SIZEOF_FREE(F) \ |