From 017cf96c9b3d29f6a95423d22cdea63587c3d67e Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 22 Sep 2016 19:31:08 +0300 Subject: Upstream: style. --- src/stream/ngx_stream_upstream_hash_module.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stream/ngx_stream_upstream_hash_module.c') diff --git a/src/stream/ngx_stream_upstream_hash_module.c b/src/stream/ngx_stream_upstream_hash_module.c index 605eea713..0952f330a 100644 --- a/src/stream/ngx_stream_upstream_hash_module.c +++ b/src/stream/ngx_stream_upstream_hash_module.c @@ -524,7 +524,6 @@ ngx_stream_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)); -- cgit