From: Valentin Bartenev Date: Thu, 5 Sep 2013 12:53:02 +0000 (+0400) Subject: Events: removed unused flags from the ngx_event_s structure. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=0f0502064dda4e702b4f379ee2af4bbddcb93214;p=nginx.git Events: removed unused flags from the ngx_event_s structure. They are not used since 708f8bb772ec (pre 0.0.1). --- diff --git a/src/event/ngx_event.h b/src/event/ngx_event.h index 93c457c7b..122b538a7 100644 --- a/src/event/ngx_event.h +++ b/src/event/ngx_event.h @@ -69,10 +69,6 @@ struct ngx_event_s { unsigned delayed:1; - unsigned read_discarded:1; - - unsigned unexpected_eof:1; - unsigned deferred_accept:1; /* the pending eof reported by kqueue or in aio chain operation */