From b43c499677727e0078fc515271034362d38ef9ac Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 12 Feb 2010 09:40:46 +0000 Subject: [PATCH] delete ngx_http_perl_cleanup_t unused since r909 --- src/http/modules/perl/ngx_http_perl_module.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/http/modules/perl/ngx_http_perl_module.c b/src/http/modules/perl/ngx_http_perl_module.c index 9cdd17551..e1388f1c1 100644 --- a/src/http/modules/perl/ngx_http_perl_module.c +++ b/src/http/modules/perl/ngx_http_perl_module.c @@ -30,12 +30,6 @@ typedef struct { } ngx_http_perl_variable_t; -typedef struct { - SV *sv; - PerlInterpreter *perl; -} ngx_http_perl_cleanup_t; - - #if (NGX_HTTP_SSI) static ngx_int_t ngx_http_perl_ssi(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ssi_ctx, ngx_str_t **params);