diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2016-09-22 19:31:08 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-09-22 19:31:08 +0300 |
| commit | 017cf96c9b3d29f6a95423d22cdea63587c3d67e (patch) | |
| tree | 73967724355a9198eaf384b99051f437a7aa50a1 /src/http/ngx_http_upstream_round_robin.c | |
| parent | 778c00c415e08fe25858f9f62fc2c914234c2005 (diff) | |
| download | nginx-017cf96c9b3d29f6a95423d22cdea63587c3d67e.tar.gz nginx-017cf96c9b3d29f6a95423d22cdea63587c3d67e.tar.bz2 | |
Upstream: style.
Diffstat (limited to 'src/http/ngx_http_upstream_round_robin.c')
| -rw-r--r-- | src/http/ngx_http_upstream_round_robin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream_round_robin.c b/src/http/ngx_http_upstream_round_robin.c index 8479c427d..4e59168e4 100644 --- a/src/http/ngx_http_upstream_round_robin.c +++ b/src/http/ngx_http_upstream_round_robin.c @@ -521,7 +521,6 @@ ngx_http_upstream_get_peer(ngx_http_upstream_rr_peer_data_t *rrp) peer; peer = peer->next, i++) { - n = i / (8 * sizeof(uintptr_t)); m = (uintptr_t) 1 << i % (8 * sizeof(uintptr_t)); |
