diff options
Diffstat (limited to 'src/os/unix/ngx_os.h')
-rw-r--r-- | src/os/unix/ngx_os.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/os/unix/ngx_os.h b/src/os/unix/ngx_os.h index 77484d406..6ecb08317 100644 --- a/src/os/unix/ngx_os.h +++ b/src/os/unix/ngx_os.h @@ -49,24 +49,6 @@ extern int ngx_max_sockets; extern int ngx_inherited_nonblocking; -#if 0 - -extern ngx_int_t ngx_process; -extern ngx_pid_t ngx_new_binary; - -extern ngx_int_t ngx_inherited; -extern ngx_int_t ngx_reap; -extern ngx_int_t ngx_timer; -extern ngx_int_t ngx_quit; -extern ngx_int_t ngx_terminate; -extern ngx_int_t ngx_noaccept; -extern ngx_int_t ngx_reconfigure; -extern ngx_int_t ngx_reopen; -extern ngx_int_t ngx_change_binary; - -#endif - - #ifdef __FreeBSD__ #include <ngx_freebsd.h> #endif |