diff options
author | Ruslan Ermilov <ru@nginx.com> | 2016-06-29 14:30:00 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2016-06-29 14:30:00 +0300 |
commit | fb6c764921dff3322b33ed2f5169b4c23f84bd9c (patch) | |
tree | b6c0523c7f46b80e738a52030ef6a09cd18c1f1b /src/core | |
parent | dcf3d20874b0f61ccb74daeb19266198fb3413fc (diff) | |
download | nginx-fb6c764921dff3322b33ed2f5169b4c23f84bd9c.tar.gz nginx-fb6c764921dff3322b33ed2f5169b4c23f84bd9c.zip |
Removed unused flag accept_context_updated from ngx_event_t.
Also, removed practically unused flag accept_context_updated from
ngx_connection_t.
Diffstat (limited to 'src/core')
-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 b11e92b2d..e484c81da 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -186,10 +186,6 @@ struct ngx_connection_s { unsigned need_last_buf:1; -#if (NGX_HAVE_IOCP) - unsigned accept_context_updated:1; -#endif - #if (NGX_HAVE_AIO_SENDFILE) unsigned busy_count:2; #endif |