diff options
Diffstat (limited to 'src/H5HGpkg.h')
-rw-r--r-- | src/H5HGpkg.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5HGpkg.h b/src/H5HGpkg.h index 6c60656..5d4234f 100644 --- a/src/H5HGpkg.h +++ b/src/H5HGpkg.h @@ -71,12 +71,6 @@ H5FL_BLK_EXTERN(gheap_chunk); #define H5HG_MINSIZE 4096 /* - * Maximum length of the CWFS list, the list of remembered collections that - * have free space. - */ -#define H5HG_NCWFS 16 - -/* * Pad all global heap messages to a multiple of eight bytes so we can load * the entire collection into memory and operate on it there. Eight should * be sufficient for machines that have alignment constraints because our |