diff options
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 9a6223963..034da1cd5 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -436,16 +436,6 @@ struct ngx_http_request_s { unsigned bypass_cache:1; unsigned no_cache:1; -#if (NGX_HTTP_REALIP) - - /* - * instead of using the request context data in ngx_http_realip_module - * we use the single bit in the request structure - */ - unsigned realip_set:1; - -#endif - /* * instead of using the request context data in ngx_http_limit_zone_module * we use the single bit in the request structure |