mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
Perl: removed unused variables, forgotten in ef6a3a99a81a.
This commit is contained in:
parent
f2fcc03d3a
commit
21506a2f85
1 changed files with 1 additions and 2 deletions
|
|
@ -269,8 +269,7 @@ header_in(r, key)
|
|||
u_char *p, *lowcase_key, *value, sep;
|
||||
STRLEN len;
|
||||
ssize_t size;
|
||||
ngx_uint_t i, n, hash;
|
||||
ngx_array_t *a;
|
||||
ngx_uint_t i, hash;
|
||||
ngx_list_part_t *part;
|
||||
ngx_table_elt_t *h, *header, **ph;
|
||||
ngx_http_header_t *hh;
|
||||
|
|
|
|||
Loading…
Reference in a new issue