From d8e1f07a93c014d57b7be0fd24fbee1978c95451 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 22 Jan 2004 06:47:28 +0000 Subject: nginx-0.0.1-2004-01-22-09:47:28 import --- src/http/ngx_http.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/http') diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 8aeefac5f..818dda972 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -501,10 +501,6 @@ static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ls->handler = ngx_http_init_connection; -#if 0 - ls->log = cf->cycle->log; -#endif - cscf = in_addr[a].core_srv_conf; ls->pool_size = cscf->connection_pool_size; ls->post_accept_timeout = cscf->post_accept_timeout; -- cgit