From d2d0931ed5a40d63bc6d9593c06604cb5e0eeca6 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 21 Oct 2009 08:48:04 +0000 Subject: refactor http listen code: remove duplicate options fields --- src/http/ngx_http_core_module.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/http/ngx_http_core_module.h') diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 10c61e75b..e38602263 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -237,13 +237,6 @@ typedef struct { /* the default server configuration for this address:port */ ngx_http_core_srv_conf_t *core_srv_conf; - unsigned default_server:1; - unsigned bind:1; - unsigned wildcard:1; -#if (NGX_HTTP_SSL) - unsigned ssl:1; -#endif - ngx_http_listen_opt_t opt; } ngx_http_conf_addr_t; -- cgit