diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-09 16:03:04 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-09 16:03:04 +0000 |
commit | 407b0deeaf8455b220f0fdc5754d599dd3830a46 (patch) | |
tree | dfcbd24e036064ead477df71c4a3ee77562178d5 /src/core/nginx.c | |
parent | 3d3d2e4700e2de6d6864c2164dccff6e78c51b3d (diff) | |
download | nginx-407b0deeaf8455b220f0fdc5754d599dd3830a46.tar.gz nginx-407b0deeaf8455b220f0fdc5754d599dd3830a46.zip |
nginx-0.0.3-2004-04-09-20:03:04 import
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |