]> git.kaiwu.me - nginx.git/commitdiff
axe never used variables
authorIgor Sysoev <igor@sysoev.ru>
Thu, 22 May 2008 11:11:16 +0000 (11:11 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 22 May 2008 11:11:16 +0000 (11:11 +0000)
src/http/ngx_http.c
src/http/ngx_http.h

index 6be66715e56f454038874ee4210a6c968265d7d0..2a8f427124c7a3024605f9a12d127257f0f1632e 100644 (file)
@@ -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);
index 41b6c06b5ce7c061002d726e422d3d20e775f4fb..96de02adc69109befb47ecde658781963acab144 100644 (file)
@@ -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;