summaryrefslogtreecommitdiffstats
path: root/src/H5BT.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-03-11 04:34:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-03-11 04:34:06 (GMT)
commit0813413a781cfc763317c7c5b4edaf13465fa5c0 (patch)
tree5fe68b18094572a2d049ba54401855eeb906582f /src/H5BT.c
parent330a3f1fcb16bcc61c525bb81aa2d4db907974c7 (diff)
downloadhdf5-0813413a781cfc763317c7c5b4edaf13465fa5c0.zip
hdf5-0813413a781cfc763317c7c5b4edaf13465fa5c0.tar.gz
hdf5-0813413a781cfc763317c7c5b4edaf13465fa5c0.tar.bz2
[svn-r10191] Purpose:
New tests Description: Add some internal validation routines and make certain that the max & min block sizes get tracked accurately, at least for a simple series of insertions Platforms tested: FreeBSD 4.11 (sleipnir) Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5BT.c')
-rw-r--r--src/H5BT.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/H5BT.c b/src/H5BT.c
index bef571c..88377cc 100644
--- a/src/H5BT.c
+++ b/src/H5BT.c
@@ -39,16 +39,6 @@
#define H5BT_BT2_SPLIT_PERC 100
#define H5BT_BT2_MERGE_PERC 40
-/* Bit flags for block tracker size status */
-#define H5BT_STATUS_MAX_VALID 0x01 /* Maximum block size valid over all blocks tracked */
- /* If this flag is not set, then only part of the blocks have been */
- /* searched to determine the current maximum block size. This can happen */
- /* during block shrinks or removals */
-#define H5BT_STATUS_MIN_VALID 0x02 /* Minimum block size valid over all blocks tracked */
- /* If this flag is not set, then only part of the blocks have been */
- /* searched to determine the current minimum block size. This can happen */
- /* during block expansions or removals */
-
/* Local typedefs */
/* Local prototypes */