Cache: removed dead store in ngx_http_file_cache_vary_header().

Found by Clang Static Analyzer.
This commit is contained in:
Maxim Dounin 2014-11-05 18:53:26 +03:00
parent f9b99baed3
commit e2bc3c11b2

View File

@ -1022,7 +1022,6 @@ ngx_http_file_cache_vary_header(ngx_http_request_t *r, ngx_md5_t *md5,
/* normalize spaces */
p = header[i].value.data;
start = p;
last = p + header[i].value.len;
while (p < last) {