From: Igor Sysoev Date: Fri, 12 Feb 2010 09:40:46 +0000 (+0000) Subject: delete ngx_http_perl_cleanup_t unused since r909 X-Git-Tag: release-0.8.34~18 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=b43c499677727e0078fc515271034362d38ef9ac;p=nginx.git delete ngx_http_perl_cleanup_t unused since r909 --- 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);