mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 11:38:36 +08:00
delete ngx_http_perl_cleanup_t unused since r909
This commit is contained in:
parent
68813cae41
commit
b43c499677
@ -30,12 +30,6 @@ typedef struct {
|
|||||||
} ngx_http_perl_variable_t;
|
} ngx_http_perl_variable_t;
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
SV *sv;
|
|
||||||
PerlInterpreter *perl;
|
|
||||||
} ngx_http_perl_cleanup_t;
|
|
||||||
|
|
||||||
|
|
||||||
#if (NGX_HTTP_SSI)
|
#if (NGX_HTTP_SSI)
|
||||||
static ngx_int_t ngx_http_perl_ssi(ngx_http_request_t *r,
|
static ngx_int_t ngx_http_perl_ssi(ngx_http_request_t *r,
|
||||||
ngx_http_ssi_ctx_t *ssi_ctx, ngx_str_t **params);
|
ngx_http_ssi_ctx_t *ssi_ctx, ngx_str_t **params);
|
||||||
|
Loading…
Reference in New Issue
Block a user