]> git.kaiwu.me - nginx.git/commitdiff
delete ngx_http_perl_cleanup_t unused since r909
authorIgor Sysoev <igor@sysoev.ru>
Fri, 12 Feb 2010 09:40:46 +0000 (09:40 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 12 Feb 2010 09:40:46 +0000 (09:40 +0000)
src/http/modules/perl/ngx_http_perl_module.c

index 9cdd17551d2a96d472af5b323b7fcaec491e5b71..e1388f1c1b689e58662f1e78efd0813251fabf54 100644 (file)
@@ -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);