diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-03-23 13:52:47 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-23 13:52:47 +0300 |
| commit | 07de3f538bc78a202f0512150eebed86a6fa31c2 (patch) | |
| tree | 0eef24f7f3da386f4f3b73e6b6835fe568bf58e5 /src/http | |
| parent | 090fb6f3fb52336af6e8785c219dae9570f655a7 (diff) | |
| download | nginx-07de3f538bc78a202f0512150eebed86a6fa31c2.tar.gz nginx-07de3f538bc78a202f0512150eebed86a6fa31c2.tar.bz2 | |
Removed stub implementation of win32 mutexes.
Diffstat (limited to 'src/http')
| -rw-r--r-- | src/http/ngx_http_upstream_round_robin.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
