delete ngx_http_perl_cleanup_t unused since r909

This commit is contained in:
Igor Sysoev 2010-02-12 09:40:46 +00:00
parent 68813cae41
commit b43c499677

View 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);