diff options
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 1867b4cbc..f1ca9619b 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -187,10 +187,6 @@ struct ngx_connection_s { #if (NGX_THREADS) ngx_thread_task_t *sendfile_task; #endif - -#if (NGX_OLD_THREADS) - ngx_atomic_t lock; -#endif }; |