diff options
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index c56e09bc2..36d339ed7 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -185,7 +185,6 @@ typedef struct { #if (NGX_PCRE) ngx_uint_t nregex; ngx_http_server_name_t *regex; - #endif /* the default server configuration for this address:port */ |