diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-05-22 11:11:16 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-05-22 11:11:16 +0000 |
| commit | 61e991c70a2a491fdb1ee1622df9ae72756b9008 (patch) | |
| tree | 573eaf955c9cb6a392b5022e7298291b20180c29 | |
| parent | 6d14e650563beb06544904340e0ca3d570ad550a (diff) | |
| download | nginx-61e991c70a2a491fdb1ee1622df9ae72756b9008.tar.gz nginx-61e991c70a2a491fdb1ee1622df9ae72756b9008.tar.bz2 | |
axe never used variables
| -rw-r--r-- | src/http/ngx_http.c | 3 | ||||
| -rw-r--r-- | src/http/ngx_http.h | 4 |
2 files changed, 0 insertions, 7 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); diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 41b6c06b5..96de02adc 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -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; |
