diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-28 15:25:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-28 15:25:59 (GMT) |
commit | 4ef5853e2d4235e57cfe7e6ce0fcb1b9359f8966 (patch) | |
tree | f7ca0277a771e9eabb9c26a6e31f46b4e0d1bbb4 /src/H5HFsection.c | |
parent | 2516911cad1e5f26aa92a6b153909b32a3645ac0 (diff) | |
download | hdf5-4ef5853e2d4235e57cfe7e6ce0fcb1b9359f8966.zip hdf5-4ef5853e2d4235e57cfe7e6ce0fcb1b9359f8966.tar.gz hdf5-4ef5853e2d4235e57cfe7e6ce0fcb1b9359f8966.tar.bz2 |
[svn-r12989] Description:
Remove incorrect sanity check & add test case that triggered it.
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5HFsection.c')
-rw-r--r-- | src/H5HFsection.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5HFsection.c b/src/H5HFsection.c index fc44c3c..646bdd2 100644 --- a/src/H5HFsection.c +++ b/src/H5HFsection.c @@ -575,8 +575,6 @@ H5HF_sect_single_locate_parent(H5HF_hdr_t *hdr, hid_t dxpl_id, hbool_t refresh, HGOTO_ERROR(H5E_HEAP, H5E_CANTDEC, FAIL, "can't decrement reference count on section's indirect block") } /* end if */ } /* end if */ - else - HDassert(sect->u.single.parent == NULL); /* Set the information for the section */ sect->u.single.parent = sec_iblock; |