diff options
Diffstat (limited to 'src/threadpool.c')
-rw-r--r-- | src/threadpool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/threadpool.c b/src/threadpool.c index 0998938..869ae95 100644 --- a/src/threadpool.c +++ b/src/threadpool.c @@ -161,7 +161,6 @@ static void post(QUEUE* q, enum uv__work_kind kind) { void uv__threadpool_cleanup(void) { -#ifndef _WIN32 unsigned int i; if (nthreads == 0) @@ -181,7 +180,6 @@ void uv__threadpool_cleanup(void) { threads = NULL; nthreads = 0; -#endif } |