Events: removed unused flags from the ngx_event_s structure.

They are not used since 708f8bb772ec (pre 0.0.1).
This commit is contained in:
Valentin Bartenev 2013-09-05 16:53:02 +04:00
parent cf08ba72db
commit 0f0502064d

View File

@ -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 */