aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_upstream_hash_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/modules/ngx_http_upstream_hash_module.c')
-rw-r--r--src/http/modules/ngx_http_upstream_hash_module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_upstream_hash_module.c b/src/http/modules/ngx_http_upstream_hash_module.c
index bb96166b2..669916560 100644
--- a/src/http/modules/ngx_http_upstream_hash_module.c
+++ b/src/http/modules/ngx_http_upstream_hash_module.c
@@ -523,7 +523,6 @@ ngx_http_upstream_get_chash_peer(ngx_peer_connection_t *pc, void *data)
peer;
peer = peer->next, i++)
{
-
n = i / (8 * sizeof(uintptr_t));
m = (uintptr_t) 1 << i % (8 * sizeof(uintptr_t));