diff options
Diffstat (limited to 'usr.sbin/nginx/src/http/ngx_http_upstream_round_robin.h')
| -rw-r--r-- | usr.sbin/nginx/src/http/ngx_http_upstream_round_robin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/nginx/src/http/ngx_http_upstream_round_robin.h b/usr.sbin/nginx/src/http/ngx_http_upstream_round_robin.h index 3f8cbf87f7f..ea90ab9181e 100644 --- a/usr.sbin/nginx/src/http/ngx_http_upstream_round_robin.h +++ b/usr.sbin/nginx/src/http/ngx_http_upstream_round_robin.h @@ -42,10 +42,8 @@ typedef struct ngx_http_upstream_rr_peers_s ngx_http_upstream_rr_peers_t; struct ngx_http_upstream_rr_peers_s { ngx_uint_t number; - ngx_uint_t last_cached; /* ngx_mutex_t *mutex; */ - ngx_connection_t **cached; ngx_uint_t total_weight; |
