diff src/http/ngx_http_core_module.c @ 401:b32ca005e025

nginx-0.0.9-2004-07-26-22:31:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Jul 2004 18:31:43 +0000
parents 69e851f83522
children 37b5381fb6d8
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -1264,7 +1264,6 @@ static char *ngx_http_core_merge_srv_con
     ngx_http_core_srv_conf_t *conf = child;
 
     ngx_http_listen_t          *l;
-    ngx_http_conf_ctx_t        *ctx;
     ngx_http_server_name_t     *n;
     ngx_http_core_main_conf_t  *cmcf;
 
@@ -1550,7 +1549,6 @@ static char *ngx_set_server_name(ngx_con
 
     ngx_uint_t                  i;
     ngx_str_t                  *value;
-    ngx_http_conf_ctx_t        *ctx;
     ngx_http_server_name_t     *sn;
     ngx_http_core_main_conf_t  *cmcf;