aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 954f695b2..6edc015ad 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -89,12 +89,6 @@ extern ngx_module_t ngx_http_module;
extern int ngx_max_module;
-extern ngx_uint_t ngx_http_reading_state;
-extern ngx_uint_t ngx_http_processing_state;
-extern ngx_uint_t ngx_http_writing_state;
-extern ngx_uint_t ngx_http_lingering_close_state;
-extern ngx_uint_t ngx_http_keepalive_state;
-
extern ngx_uint_t ngx_http_total_requests;
extern uint64_t ngx_http_total_sent;