mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 06:03:31 -06:00
Cache: removed dead store in ngx_http_file_cache_vary_header().
Found by Clang Static Analyzer.
This commit is contained in:
parent
f9b99baed3
commit
e2bc3c11b2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user