Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Sep 28, 2023
1 parent de95c02 commit de7fe89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/H5CS.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ 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 */

/* Don't push this function on the function stack... :-) */
Expand Down Expand Up @@ -270,8 +269,6 @@ H5CS_copy_stack(void)
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

Expand Down

0 comments on commit de7fe89

Please sign in to comment.