From: Maxim Dounin Date: Wed, 17 Jul 2019 14:00:57 +0000 (+0300) Subject: Perl: removed unused variable, forgotten in 975d7ab37b39. X-Git-Tag: release-1.17.2~7 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=676d1a0e947c8f39e2606997a3628ec6bdea177d;p=nginx.git Perl: removed unused variable, forgotten in 975d7ab37b39. --- diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 309b7cbfb..caf7c084a 100644 --- 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);