commit | caac259cbb90baaf73c7a9affc620a84b65d3682 | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Tue Jun 14 10:39:58 2022 +0400 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Tue Jun 14 10:39:58 2022 +0400 |
tree | b077725ec7a01b50ae37a19a033141a3a70afe5e | |
parent | 638853642a113acc85581c7e314f4833e7f02a22 [diff] |
Perl: removed unused variables, forgotten in ef6a3a99a81a.
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index da12279..fd59e29 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs
@@ -269,8 +269,7 @@ 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;