[svn-r8441] Purpose:

Code cleanup/optimization

Description:
    Don't clear the error stack when calling H5open(), it's unnecessary.

Platforms tested:
    Solaris 2.7 (arabica)
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
This commit is contained in:
Quincey Koziol 2004-04-30 19:10:06 -05:00
parent 1b17aac26e
commit 5cd5b713b3

View File

@ -701,7 +701,7 @@ H5open(void)
{
herr_t ret_value=SUCCEED; /* Return value */
FUNC_ENTER_API(H5open, FAIL)
FUNC_ENTER_API_NOCLEAR(H5open, FAIL)
H5TRACE0("e","");
/* all work is done by FUNC_ENTER() */
done: