Removed configure option --no-threads.

This commit is contained in:
Igor Sysoev
2017-08-24 17:43:32 +03:00
parent 8b4b52ae3b
commit b84aa64dcb
21 changed files with 18 additions and 305 deletions

View File

@@ -124,7 +124,7 @@ nxt_lib_stop(void)
{
/* TODO: stop engines */
#if (NXT_THREADS0)
#if 0
for ( ;; ) {
nxt_thread_pool_t *tp;