aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/ngx_http_perl_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-02-12 09:40:46 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-02-12 09:40:46 +0000
commitb43c499677727e0078fc515271034362d38ef9ac (patch)
treecd076bb0fe548ace0b1632c4fbe4a1cafae23bf7 /src/http/modules/perl/ngx_http_perl_module.c
parent68813cae41039d7e150589f7ef1344a1ad0546f5 (diff)
downloadnginx-b43c499677727e0078fc515271034362d38ef9ac.tar.gz
nginx-b43c499677727e0078fc515271034362d38ef9ac.zip
delete ngx_http_perl_cleanup_t unused since r909
Diffstat (limited to 'src/http/modules/perl/ngx_http_perl_module.c')
-rw-r--r--src/http/modules/perl/ngx_http_perl_module.c6
1 files changed, 0 insertions, 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);