Removed ngx_threaded and related code.

This commit is contained in:
Ruslan Ermilov
2015-03-26 14:15:13 +03:00
parent 7c44e39220
commit 2b0d2f0583
3 changed files with 0 additions and 39 deletions

View File

@@ -31,7 +31,6 @@ static ngx_thread_value_t __stdcall ngx_cache_loader_thread(void *data);
ngx_uint_t ngx_process;
ngx_pid_t ngx_pid;
ngx_uint_t ngx_threaded;
ngx_uint_t ngx_inherited;
ngx_pid_t ngx_new_binary;

View File

@@ -26,7 +26,6 @@ void ngx_close_handle(HANDLE h);
extern ngx_uint_t ngx_process;
extern ngx_pid_t ngx_pid;
extern ngx_uint_t ngx_threaded;
extern ngx_uint_t ngx_exiting;
extern sig_atomic_t ngx_quit;