diff src/http/ngx_http_request.h @ 402:ccd136b40665

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 14 Aug 2008 00:32:13 +0400
parents 77df96611112 349057ecf4d5
children c65888a079bf
line wrap: on
line diff
--- 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