# HG changeset patch # User Maxim Dounin # Date 1563372057 -10800 # Node ID 56b4fb46ba7d43674676c52b4539f46be56ffe78 # Parent ac5a741d39cf436e298c8eb562e88f974d1530d6 Perl: removed unused variable, forgotten in 975d7ab37b39. diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs @@ -933,7 +933,6 @@ internal_redirect(r, uri) ngx_http_request_t *r; ngx_http_perl_ctx_t *ctx; SV *uri; - ngx_uint_t i; ngx_http_perl_set_request(r, ctx);