Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-03-20 06:43:19 +0300
committerRuslan Ermilov <ru@nginx.com>2015-03-20 06:43:19 +0300
commitf8d10849adcac3cbae03aa520660e7b80433bb7a (patch)
tree327d8cc4c501aac8cb37d0e1b90d7971c0877e4a /src/core/ngx_connection.h
parentb6029a8a3fbe8577386a2a5e67c86700900afaf6 (diff)
Removed ngx_connection_t.lock.
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h4
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
};