diff src/http/ngx_http.c @ 2023:7d58e319285e

axe never used variables
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2008 11:11:16 +0000
parents 35b35b84f5ef
children 638bbe2464f3
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -41,9 +41,6 @@ static ngx_int_t ngx_http_init_listening
 
 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);