From 07de3f538bc78a202f0512150eebed86a6fa31c2 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 23 Mar 2015 13:52:47 +0300 Subject: Removed stub implementation of win32 mutexes. --- src/http/ngx_http_upstream_round_robin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/http') diff --git a/src/http/ngx_http_upstream_round_robin.h b/src/http/ngx_http_upstream_round_robin.h index 9db82a63c..3bbba0b37 100644 --- a/src/http/ngx_http_upstream_round_robin.h +++ b/src/http/ngx_http_upstream_round_robin.h @@ -44,8 +44,6 @@ 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_mutex_t *mutex; */ - ngx_uint_t total_weight; unsigned single:1; -- cgit