# HG changeset patch # User Valentin Bartenev # Date 1378385582 -14400 # Node ID b95e70ae6bcdbae99a967df01e1011839f19ee0e # Parent ee78c7705a8e5933803f39c450c0970d25aa9643 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 --- 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 */