summaryrefslogtreecommitdiffstats
path: root/src/H5HFpkg.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2015-06-24 23:47:24 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2015-06-24 23:47:24 (GMT)
commit39b99473ea6e83aa394779a591eeef55fe141487 (patch)
tree624455e25b0c7221ee9507bb7bcbbfb2a8c4b0f2 /src/H5HFpkg.h
parente36e886cf75b836aba005abea24b955057778ebb (diff)
downloadhdf5-39b99473ea6e83aa394779a591eeef55fe141487.zip
hdf5-39b99473ea6e83aa394779a591eeef55fe141487.tar.gz
hdf5-39b99473ea6e83aa394779a591eeef55fe141487.tar.bz2
[svn-r27281] Bring revision #24478 from revise_chksum_retry branch to revise_chunks. h5committested.
Diffstat (limited to 'src/H5HFpkg.h')
-rw-r--r--src/H5HFpkg.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/H5HFpkg.h b/src/H5HFpkg.h
index 4863edc..b0eba2f 100644
--- a/src/H5HFpkg.h
+++ b/src/H5HFpkg.h
@@ -105,14 +105,6 @@
+ H5HF_DTABLE_INFO_SIZE(h) /* Size of managed obj. doubling-table info */ \
)
-/* Size of minimum header to decode for determining the full header size */
-#define H5HF_MIN_HEADER_SIZE ( \
- H5_SIZEOF_MAGIC + /* Signature */ \
- 1 + /* Version */ \
- 2 + /* Heap ID len */ \
- 2 /* I/O filters' encoded len */ \
- )
-
/* Size of overhead for a direct block */
#define H5HF_MAN_ABS_DIRECT_OVERHEAD(h) ( \
/* General metadata fields */ \