summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-05-22 11:11:16 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-05-22 11:11:16 +0000
commit61e991c70a2a491fdb1ee1622df9ae72756b9008 (patch)
tree573eaf955c9cb6a392b5022e7298291b20180c29 /src/http/ngx_http.c
parent6d14e650563beb06544904340e0ca3d570ad550a (diff)
downloadnginx-61e991c70a2a491fdb1ee1622df9ae72756b9008.tar.gz
nginx-61e991c70a2a491fdb1ee1622df9ae72756b9008.tar.bz2
axe never used variables
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r--src/http/ngx_http.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c
index 6be66715e..2a8f42712 100644
--- 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_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);