diff options
Diffstat (limited to 'src/stream/ngx_stream_upstream_least_conn_module.c')
-rw-r--r-- | src/stream/ngx_stream_upstream_least_conn_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stream/ngx_stream_upstream_least_conn_module.c b/src/stream/ngx_stream_upstream_least_conn_module.c index e884975fa..3c8a0b003 100644 --- a/src/stream/ngx_stream_upstream_least_conn_module.c +++ b/src/stream/ngx_stream_upstream_least_conn_module.c @@ -132,7 +132,6 @@ ngx_stream_upstream_get_least_conn_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)); |