diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-10-21 08:48:04 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-10-21 08:48:04 +0000 |
commit | d2d0931ed5a40d63bc6d9593c06604cb5e0eeca6 (patch) | |
tree | b3d1ab53a439ff9be2b7e2041c3e9b714235b53e /src/http/ngx_http_core_module.h | |
parent | 79d630ac11d8a7979622925a39be65d606294609 (diff) | |
download | nginx-d2d0931ed5a40d63bc6d9593c06604cb5e0eeca6.tar.gz nginx-d2d0931ed5a40d63bc6d9593c06604cb5e0eeca6.zip |
refactor http listen code: remove duplicate options fields
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 7 |
1 files changed, 0 insertions, 7 deletions
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; |