summaryrefslogtreecommitdiffstats
path: root/src/H5Gobj.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-02 20:53:25 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-02 20:53:25 (GMT)
commit1528a6ad07947e31d7c8536911a82c2d1d6aa6c0 (patch)
tree6bc263253cd2506eca04f5d502c9c4b7781360c8 /src/H5Gobj.c
parent01d8f959f9193d17878cc72aa2b3812dddac664b (diff)
downloadhdf5-1528a6ad07947e31d7c8536911a82c2d1d6aa6c0.zip
hdf5-1528a6ad07947e31d7c8536911a82c2d1d6aa6c0.tar.gz
hdf5-1528a6ad07947e31d7c8536911a82c2d1d6aa6c0.tar.bz2
[svn-r16399] Description:
Remove some internal calls to H5E_clear_stack(). Tested on: FreeBSD/32 6.3 (duty) Too minor to require h5committest
Diffstat (limited to 'src/H5Gobj.c')
-rw-r--r--src/H5Gobj.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Gobj.c b/src/H5Gobj.c
index e0d5434..a6b2d7f 100644
--- a/src/H5Gobj.c
+++ b/src/H5Gobj.c
@@ -1066,9 +1066,6 @@ H5G_obj_remove_by_idx(H5O_loc_t *grp_oloc, H5RS_str_t *grp_full_path_r,
} /* end else */
} /* end if */
else {
- /* Clear error stack from not finding the link info message */
- H5E_clear_stack(NULL);
-
/* Can only perform name lookups on groups with symbol tables */
if(idx_type != H5_INDEX_NAME)
HGOTO_ERROR(H5E_SYM, H5E_BADVALUE, FAIL, "no creation order index to query")