]> git.kaiwu.me - nginx.git/commitdiff
Events: removed unused flags from the ngx_event_s structure.
authorValentin Bartenev <vbart@nginx.com>
Thu, 5 Sep 2013 12:53:02 +0000 (16:53 +0400)
committerValentin Bartenev <vbart@nginx.com>
Thu, 5 Sep 2013 12:53:02 +0000 (16:53 +0400)
They are not used since 708f8bb772ec (pre 0.0.1).

src/event/ngx_event.h

index 93c457c7b9a4beb94585a0be7eb5cca4bf499450..122b538a73095f51f39e5610b0156fc80dc8ac7a 100644 (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 */