From fb6c764921dff3322b33ed2f5169b4c23f84bd9c Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 29 Jun 2016 14:30:00 +0300 Subject: Removed unused flag accept_context_updated from ngx_event_t. Also, removed practically unused flag accept_context_updated from ngx_connection_t. --- src/core/ngx_connection.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/ngx_connection.h') 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 -- cgit