summaryrefslogtreecommitdiffstats
path: root/src/H5Gobj.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-02 21:01:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-02 21:01:17 (GMT)
commit62904695182d78d64992230aac19025ee770b5d2 (patch)
treed83456262e922b9ac225817b927f1eb834d44119 /src/H5Gobj.c
parent01d1e93b37007e34b6250fdb31bdf1f309e2e108 (diff)
downloadhdf5-62904695182d78d64992230aac19025ee770b5d2.zip
hdf5-62904695182d78d64992230aac19025ee770b5d2.tar.gz
hdf5-62904695182d78d64992230aac19025ee770b5d2.tar.bz2
[svn-r16400] Description:
Bring r16399 back from trunk: 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")