mirror of
https://github.com/nginx/nginx.git
synced 2025-06-06 17:02:39 +08: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 */
|
/* normalize spaces */
|
||||||
|
|
||||||
p = header[i].value.data;
|
p = header[i].value.data;
|
||||||
start = p;
|
|
||||||
last = p + header[i].value.len;
|
last = p + header[i].value.len;
|
||||||
|
|
||||||
while (p < last) {
|
while (p < last) {
|
||||||
|
Loading…
Reference in New Issue
Block a user