Skip to content

Commit

Permalink
Remove prototype for unused routine.
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <quincey@koziol.cc>
  • Loading branch information
qkoziol committed Nov 26, 2024
1 parent d42953e commit 0faf451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/H5TSprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ typedef atomic_flag H5TS_spinlock_t;

#ifdef H5_HAVE_THREADSAFE_API
/* Library/thread init/term operations */
H5_DLL herr_t H5TS_init(void);
H5_DLL void H5TS_term_package(void);
H5_DLL int H5TS_top_term_package(void);

Expand Down

0 comments on commit 0faf451

Please sign in to comment.