comparison src/http/modules/perl/nginx.xs @ 8046:861f076eab72

Perl: removed unused variables, forgotten in ef6a3a99a81a.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 14 Jun 2022 10:39:58 +0400
parents d26db4f82d7d
children
comparison
equal deleted inserted replaced
8045:aa28c802409f 8046:861f076eab72
267 ngx_http_perl_ctx_t *ctx; 267 ngx_http_perl_ctx_t *ctx;
268 SV *key; 268 SV *key;
269 u_char *p, *lowcase_key, *value, sep; 269 u_char *p, *lowcase_key, *value, sep;
270 STRLEN len; 270 STRLEN len;
271 ssize_t size; 271 ssize_t size;
272 ngx_uint_t i, n, hash; 272 ngx_uint_t i, hash;
273 ngx_array_t *a;
274 ngx_list_part_t *part; 273 ngx_list_part_t *part;
275 ngx_table_elt_t *h, *header, **ph; 274 ngx_table_elt_t *h, *header, **ph;
276 ngx_http_header_t *hh; 275 ngx_http_header_t *hh;
277 ngx_http_core_main_conf_t *cmcf; 276 ngx_http_core_main_conf_t *cmcf;
278 277