diff options
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 |