comparison src/http/modules/perl/nginx.xs @ 7535:56b4fb46ba7d

Perl: removed unused variable, forgotten in 975d7ab37b39.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 17 Jul 2019 17:00:57 +0300
parents 975d7ab37b39
children ef6a3a99a81a
comparison
equal deleted inserted replaced
7534:ac5a741d39cf 7535:56b4fb46ba7d
931 CODE: 931 CODE:
932 932
933 ngx_http_request_t *r; 933 ngx_http_request_t *r;
934 ngx_http_perl_ctx_t *ctx; 934 ngx_http_perl_ctx_t *ctx;
935 SV *uri; 935 SV *uri;
936 ngx_uint_t i;
937 936
938 ngx_http_perl_set_request(r, ctx); 937 ngx_http_perl_set_request(r, ctx);
939 938
940 if (ctx->variable) { 939 if (ctx->variable) {
941 croak("internal_redirect(): cannot be used in variable handler"); 940 croak("internal_redirect(): cannot be used in variable handler");