diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-08 19:56:29 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-08 19:56:29 (GMT) |
commit | 7f884850250ee587b17eda0bbbde105202098e30 (patch) | |
tree | 2950045a214b0d90578480b619d03a611da70f2a /src/H5B2.c | |
parent | 3f70d6c95ee28ded2b179c9218e116262c96403f (diff) | |
download | hdf5-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/H5B2.c')
-rw-r--r-- | src/H5B2.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |