mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
parent
e7360391fd
commit
55c6609127
@ -228,10 +228,9 @@ H5CS_pop(void)
|
||||
H5CS_t *
|
||||
H5CS_copy_stack(void)
|
||||
{
|
||||
H5CS_t *old_stack = H5CS_get_my_stack(); /* Existing function stack for library */
|
||||
H5CS_t *new_stack; /* New function stack, for copy */
|
||||
unsigned u; /* Local index variable */
|
||||
H5CS_t *ret_value = NULL; /* Return value */
|
||||
H5CS_t *old_stack = H5CS_get_my_stack(); /* Existing function stack for library */
|
||||
H5CS_t *new_stack; /* New function stack, for copy */
|
||||
H5CS_t *ret_value = NULL; /* Return value */
|
||||
|
||||
/* Don't push this function on the function stack... :-) */
|
||||
FUNC_ENTER_NOAPI_NOFS
|
||||
@ -270,8 +269,6 @@ done:
|
||||
herr_t
|
||||
H5CS_close_stack(H5CS_t *stack)
|
||||
{
|
||||
unsigned u; /* Local index variable */
|
||||
|
||||
/* Don't push this function on the function stack... :-) */
|
||||
FUNC_ENTER_NOAPI_NOERR_NOFS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user