axe never used variables
This commit is contained in:
parent
ce2ad1b855
commit
bcd1dd7156
2 changed files with 0 additions and 7 deletions
|
@ -41,9 +41,6 @@ static ngx_int_t ngx_http_init_listening(ngx_conf_t *cf,
|
|||
|
||||
ngx_uint_t ngx_http_max_module;
|
||||
|
||||
ngx_uint_t ngx_http_total_requests;
|
||||
uint64_t ngx_http_total_sent;
|
||||
|
||||
|
||||
ngx_int_t (*ngx_http_top_header_filter) (ngx_http_request_t *r);
|
||||
ngx_int_t (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch);
|
||||
|
|
|
@ -106,10 +106,6 @@ void ngx_http_block_reading(ngx_http_request_t *r);
|
|||
extern ngx_module_t ngx_http_module;
|
||||
|
||||
|
||||
extern ngx_uint_t ngx_http_total_requests;
|
||||
extern uint64_t ngx_http_total_sent;
|
||||
|
||||
|
||||
extern ngx_http_output_header_filter_pt ngx_http_top_header_filter;
|
||||
extern ngx_http_output_body_filter_pt ngx_http_top_body_filter;
|
||||
|
||||
|
|
Loading…
Reference in a new issue