diff src/http/ngx_http_upstream_round_robin.h @ 6038:94ce52db3367

Removed stub implementation of win32 mutexes.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 23 Mar 2015 13:52:47 +0300
parents efc84a5723b3
children 6ff0ebd6fbf4
line wrap: on
line diff
--- 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_peer
 struct ngx_http_upstream_rr_peers_s {
     ngx_uint_t                      number;
 
- /* ngx_mutex_t                    *mutex; */
-
     ngx_uint_t                      total_weight;
 
     unsigned                        single:1;