commit | c4a9c46a2b6d824aba6cf8fc50f3b0fa6724cd86 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed Jul 17 17:00:57 2019 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed Jul 17 17:00:57 2019 +0300 |
tree | fbba01adc959bb2fbc017bc911068103acf692f6 | |
parent | 9d36433fcea402ded115c327f99e7a04924e8d0e [diff] |
Perl: removed unused variable, forgotten in 975d7ab37b39.
diff --git a/src/http/modules/perl/nginx.xs b/src/http/modules/perl/nginx.xs index 309b7cb..caf7c08 100644 --- a/src/http/modules/perl/nginx.xs +++ b/src/http/modules/perl/nginx.xs
@@ -933,7 +933,6 @@ ngx_http_request_t *r; ngx_http_perl_ctx_t *ctx; SV *uri; - ngx_uint_t i; ngx_http_perl_set_request(r, ctx);