From b84aa64dcbfb92d31cef10f2f45025a67f2418e4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 24 Aug 2017 17:43:32 +0300 Subject: Removed configure option --no-threads. --- src/nxt_thread_time.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/nxt_thread_time.h') diff --git a/src/nxt_thread_time.h b/src/nxt_thread_time.h index 126709de..05ecd938 100644 --- a/src/nxt_thread_time.h +++ b/src/nxt_thread_time.h @@ -61,17 +61,13 @@ typedef struct { } nxt_thread_time_t; -#if (NXT_THREADS) -void nxt_time_thread_start(nxt_msec_t interval); -#endif - - NXT_EXPORT void nxt_thread_time_update(nxt_thread_t *thr); void nxt_thread_time_free(nxt_thread_t *thr); NXT_EXPORT nxt_time_t nxt_thread_time(nxt_thread_t *thr); NXT_EXPORT nxt_realtime_t *nxt_thread_realtime(nxt_thread_t *thr); NXT_EXPORT u_char *nxt_thread_time_string(nxt_thread_t *thr, nxt_time_string_t *ts, u_char *buf); +void nxt_time_thread_start(nxt_msec_t interval); #define \ -- cgit