[nginx] Events: removed unused flags from the ngx_event_s struct...
Valentin Bartenev
vbart at nginx.com
Thu Sep 5 13:07:58 UTC 2013
details: http://hg.nginx.org/nginx/rev/b95e70ae6bcd
branches:
changeset: 5371:b95e70ae6bcd
user: Valentin Bartenev <vbart at nginx.com>
date: Thu Sep 05 16:53:02 2013 +0400
description:
Events: removed unused flags from the ngx_event_s structure.
They are not used since 708f8bb772ec (pre 0.0.1).
diffstat:
src/event/ngx_event.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diffs (14 lines):
diff -r ee78c7705a8e -r b95e70ae6bcd src/event/ngx_event.h
--- a/src/event/ngx_event.h Thu Sep 05 16:53:02 2013 +0400
+++ b/src/event/ngx_event.h Thu Sep 05 16:53:02 2013 +0400
@@ -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 */
More information about the nginx-devel
mailing list