diff options
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; |