summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-03-08 19:56:29 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-03-08 19:56:29 (GMT)
commit7f884850250ee587b17eda0bbbde105202098e30 (patch)
tree2950045a214b0d90578480b619d03a611da70f2a /src
parent3f70d6c95ee28ded2b179c9218e116262c96403f (diff)
downloadhdf5-7f884850250ee587b17eda0bbbde105202098e30.zip
hdf5-7f884850250ee587b17eda0bbbde105202098e30.tar.gz
hdf5-7f884850250ee587b17eda0bbbde105202098e30.tar.bz2
[svn-r10168] Purpose:
Bug fix & new tests Description: Fix another couple of issues with record removal and add some more tests to make certain removals work correctly. Platforms tested: FreeBSD 4.11 (sleipnir) Solaris 2.9 (shanti)
Diffstat (limited to 'src')
-rw-r--r--src/H5B2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5B2.c b/src/H5B2.c
index ba193eb..a1fdaa1 100644
--- a/src/H5B2.c
+++ b/src/H5B2.c
@@ -3430,7 +3430,6 @@ H5B2_remove_internal(H5F_t *f, hid_t dxpl_id, H5RC_t *bt2_shared,
/* Indicate that the level of the B-tree decreased */
*depth_decreased = TRUE;
- depth--;
/* Set pointers for advancing to child node */
new_cache_info = parent_cache_info;