Skip to content

Commit 21506a2

Browse files
committed
Perl: removed unused variables, forgotten in ef6a3a99a81a.
1 parent f2fcc03 commit 21506a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/http/modules/perl/nginx.xs

+1-2
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ header_in(r, key)
269269
u_char *p, *lowcase_key, *value, sep;
270270
STRLEN len;
271271
ssize_t size;
272-
ngx_uint_t i, n, hash;
273-
ngx_array_t *a;
272+
ngx_uint_t i, hash;
274273
ngx_list_part_t *part;
275274
ngx_table_elt_t *h, *header, **ph;
276275
ngx_http_header_t *hh;

0 commit comments

Comments
 (0)