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_job.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nxt_job.h') diff --git a/src/nxt_job.h b/src/nxt_job.h index 9445f17d..d308c35d 100644 --- a/src/nxt_job.h +++ b/src/nxt_job.h @@ -43,11 +43,9 @@ typedef struct { nxt_mp_t *mem_pool; nxt_queue_link_t link; -#if (NXT_THREADS) nxt_thread_pool_t *thread_pool; nxt_event_engine_t *engine; nxt_log_t *log; -#endif nxt_work_t work; -- cgit