Skip to content

Commit

Permalink
Remove leftover code
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Mar 27, 2024
1 parent 7660b61 commit cef9bae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/ttsafe_atomic.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ tts_atomics(void)

VERIFY(H5TS_atomic_load_int(&counter_g), 5 + (1000 * 1000), "2,000,000 incr + 1,000,000 decr");

/* Destroy the counter's mutex */
result = H5TS_mutex_destroy(&counter_g.mutex);
CHECK_I(result, "H5TS_mutex_destroy");

} /* end tts_atomics() */

#endif /*H5_HAVE_THREADSAFE*/

0 comments on commit cef9bae

Please sign in to comment.