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_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_lib.c') diff --git a/src/nxt_lib.c b/src/nxt_lib.c index d5daa6e8..32bd0eff 100644 --- a/src/nxt_lib.c +++ b/src/nxt_lib.c @@ -124,7 +124,7 @@ nxt_lib_stop(void) { /* TODO: stop engines */ -#if (NXT_THREADS0) +#if 0 for ( ;; ) { nxt_thread_pool_t *tp; -- cgit