diff options
Diffstat (limited to 'src/http/ngx_http_upstream.h')
-rw-r--r-- | src/http/ngx_http_upstream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 534400a1e..b2e3f3e93 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -232,7 +232,6 @@ struct ngx_http_upstream_s { ngx_str_t method; ngx_http_upstream_state_t *state; - ngx_array_t states; /* of ngx_http_upstream_state_t */ ngx_str_t uri; |