diff options
Diffstat (limited to 'src/H5HGprivate.h')
-rw-r--r-- | src/H5HGprivate.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5HGprivate.h b/src/H5HGprivate.h index 6e2c492..b6cdb4a 100644 --- a/src/H5HGprivate.h +++ b/src/H5HGprivate.h @@ -26,12 +26,6 @@ /* Private headers needed by this file. */ #include "H5Fprivate.h" /* File access */ -/* - * Each collection has a magic number for some redundancy. - */ -#define H5HG_MAGIC "GCOL" -#define H5HG_SIZEOF_MAGIC 4 - /* Information to locate object in global heap */ typedef struct H5HG_t { haddr_t addr; /*address of collection */ |