diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 18:05:57 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 18:05:57 +0000 |
commit | 6ce91ec1f3602402c7d82ee36b3287bf61f02ecb (patch) | |
tree | 3d39c11b7ad0b1f61195072730d9ab1d778282ab /src/htsthread.h | |
parent | 95b9374ff3192cc8df8a7c1d8335302f4d98ba2d (diff) |
HTTRACK_DEFLIB cleanup.
Diffstat (limited to 'src/htsthread.h')
-rw-r--r-- | src/htsthread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/htsthread.h b/src/htsthread.h index 2590309..3376d99 100644 --- a/src/htsthread.h +++ b/src/htsthread.h @@ -64,9 +64,6 @@ struct htsmutex_s { /* Library internal definictions */ HTSEXT_API int hts_newthread(void (*fun) (void *arg), void *arg); -#ifndef HTTRACK_DEFLIB -HTSEXT_API void htsthread_wait(void); -#endif HTSEXT_API void htsthread_wait_n(int n_wait); /* Locking functions */ |