From 407b0deeaf8455b220f0fdc5754d599dd3830a46 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 9 Apr 2004 16:03:04 +0000 Subject: nginx-0.0.3-2004-04-09-20:03:04 import --- src/core/nginx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/nginx.c') diff --git a/src/core/nginx.c b/src/core/nginx.c index 9c35e089e..3e3a07271 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -65,7 +65,6 @@ ngx_module_t ngx_core_module = { ngx_int_t ngx_max_module; -ngx_atomic_t ngx_connection_counter; ngx_int_t ngx_process; ngx_pid_t ngx_pid; -- cgit