aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/ngx_stream.h')
-rw-r--r--src/stream/ngx_stream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h
index 7cb8ae31d..15b96ff19 100644
--- a/src/stream/ngx_stream.h
+++ b/src/stream/ngx_stream.h
@@ -55,9 +55,7 @@ typedef struct {
#if (NGX_HAVE_INET6)
unsigned ipv6only:1;
#endif
-#if (NGX_HAVE_REUSEPORT)
unsigned reuseport:1;
-#endif
unsigned so_keepalive:2;
unsigned proxy_protocol:1;
#if (NGX_HAVE_KEEPALIVE_TUNABLE)