diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-14 05:57:36 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-14 05:57:36 +0000 |
commit | a3677248993cddbf6f406dccd313eda8759724fb (patch) | |
tree | 85471aeb0cd73f8ae0deb50e1f4f059522c69245 /src/core/nginx.c | |
parent | 3d54061602b20fa5a6fdf55b11cb333285d61d03 (diff) | |
download | nginx-a3677248993cddbf6f406dccd313eda8759724fb.tar.gz nginx-a3677248993cddbf6f406dccd313eda8759724fb.zip |
nginx-0.0.3-2004-04-14-09:57:36 import
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 8 |
1 files changed, 0 insertions, 8 deletions
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; |