diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_job.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |