mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue