summaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index 43733aab0..2c694fa27 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -33,7 +33,6 @@ struct ngx_listening_s {
/* handler of accepted connection */
ngx_connection_handler_pt handler;
- void *ctx; /* ngx_http_conf_ctx_t, for example */
void *servers; /* array of ngx_http_in_addr_t, for example */
ngx_log_t log;
@@ -113,10 +112,6 @@ struct ngx_connection_s {
off_t sent;
- void *ctx;
- void *servers;
-
-
ngx_log_t *log;
ngx_pool_t *pool;