diff src/http/ngx_http_core_module.h @ 2530:5d53ad3a8319

axe unneeded port field
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2009 21:30:31 +0000
parents 2e91aecb9e57
children c843171d5dc2
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -200,7 +200,6 @@ typedef struct {
 
 
 typedef struct {
-    in_port_t                  port;
     ngx_str_t                  port_text;
 
     /* ngx_http_in_addr_t or ngx_http_in6_addr_t */