Skip to content

Commit

Permalink
Perl: removed unused variables, forgotten in ef6a3a99a81a.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluknet committed Jun 14, 2022
1 parent f2fcc03 commit 21506a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/http/modules/perl/nginx.xs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 21506a2

Please sign in to comment.