From a3677248993cddbf6f406dccd313eda8759724fb Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 14 Apr 2004 05:57:36 +0000 Subject: nginx-0.0.3-2004-04-14-09:57:36 import --- src/core/nginx.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/core/nginx.c') diff --git a/src/core/nginx.c b/src/core/nginx.c index da03b7d8d..56a891497 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -85,10 +85,6 @@ int main(int argc, char *const *argv) ngx_cycle_t *cycle, init_cycle; ngx_core_conf_t *ccf; ngx_master_ctx_t ctx; -#if !(WIN32) - size_t len; - u_char pid[/* STUB */ 10]; -#endif #if __FreeBSD__ ngx_debug_init(); @@ -111,10 +107,6 @@ int main(int argc, char *const *argv) init_cycle.log = log; ngx_cycle = &init_cycle; -#if 0 - /* STUB */ log->log_level = NGX_LOG_DEBUG_ALL; -#endif - ngx_memzero(&ctx, sizeof(ngx_master_ctx_t)); ctx.argc = argc; ctx.argv = argv; -- cgit