diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-03-26 14:15:17 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-26 14:15:17 +0300 |
| commit | 64c5df4b6251f4dfc7b3f72ef63b41ea59484d55 (patch) | |
| tree | 295fcf90a768c592e2e8341178c19d303464ca89 /src/core/ngx_cycle.h | |
| parent | 324e389e17102a63cb1d87884c06c6d2c51b5238 (diff) | |
| download | nginx-64c5df4b6251f4dfc7b3f72ef63b41ea59484d55.tar.gz nginx-64c5df4b6251f4dfc7b3f72ef63b41ea59484d55.tar.bz2 | |
Removed "worker_threads" and "thread_stack_size" directives.
Diffstat (limited to 'src/core/ngx_cycle.h')
| -rw-r--r-- | src/core/ngx_cycle.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h index ba876867f..0665bd023 100644 --- a/src/core/ngx_cycle.h +++ b/src/core/ngx_cycle.h @@ -103,12 +103,6 @@ typedef struct { ngx_array_t env; char **environment; - -#if (NGX_OLD_THREADS) - ngx_int_t worker_threads; - size_t thread_stack_size; -#endif - } ngx_core_conf_t; |
