diff src/core/ngx_connection.h @ 6602:bcd442b585f0

Removed unused flag accept_context_updated from ngx_event_t. Also, removed practically unused flag accept_context_updated from ngx_connection_t.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 29 Jun 2016 14:30:00 +0300
parents 28c76d9d75b7
children cebf5fed00bf
line wrap: on
line diff
--- 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