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_unix.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/nxt_unix.h') diff --git a/src/nxt_unix.h b/src/nxt_unix.h index 21096e31..7ab2f9da 100644 --- a/src/nxt_unix.h +++ b/src/nxt_unix.h @@ -190,11 +190,7 @@ #include #include #include - - -#if (NXT_THREADS) #include -#endif #if (NXT_HAVE_EPOLL) #include -- cgit