diff src/core/nginx.c @ 289:0750faf8d7e3

nginx-0.0.2-2004-03-15-18:26:11 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 15 Mar 2004 15:26:11 +0000
parents 30310107dbc9
children 87e73f067470
line wrap: on
line diff
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -100,16 +100,7 @@ ngx_atomic_t  ngx_connection_counter;
 ngx_int_t     ngx_process;
 ngx_pid_t     ngx_pid;
 ngx_pid_t     ngx_new_binary;
-
 ngx_int_t     ngx_inherited;
-ngx_int_t     ngx_reap;
-ngx_int_t     ngx_timer;
-ngx_int_t     ngx_terminate;
-ngx_int_t     ngx_quit;
-ngx_int_t     ngx_noaccept;
-ngx_int_t     ngx_reconfigure;
-ngx_int_t     ngx_reopen;
-ngx_int_t     ngx_change_binary;
 
 
 int main(int argc, char *const *argv)