diff options
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; |