[nginx] Removed some bitrot.

Ruslan Ermilov ru at nginx.com
Tue Apr 26 15:59:50 UTC 2016


details:   http://hg.nginx.org/nginx/rev/6d3a60a909c8
branches:  
changeset: 6527:6d3a60a909c8
user:      Ruslan Ermilov <ru at nginx.com>
date:      Tue Apr 26 18:26:43 2016 +0300
description:
Removed some bitrot.

Removed NGX_CONF_MULTI unused since 1.3.4.
Removed ngx_url_t.one_addr unused since 1.3.10.

diffstat:

 src/core/ngx_conf_file.h |  1 -
 src/core/ngx_inet.h      |  1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r be44757637dd -r 6d3a60a909c8 src/core/ngx_conf_file.h
--- a/src/core/ngx_conf_file.h	Tue Apr 26 18:26:18 2016 +0300
+++ b/src/core/ngx_conf_file.h	Tue Apr 26 18:26:43 2016 +0300
@@ -45,7 +45,6 @@
 #define NGX_CONF_ANY         0x00000400
 #define NGX_CONF_1MORE       0x00000800
 #define NGX_CONF_2MORE       0x00001000
-#define NGX_CONF_MULTI       0x00000000  /* compatibility */
 
 #define NGX_DIRECT_CONF      0x00010000
 
diff -r be44757637dd -r 6d3a60a909c8 src/core/ngx_inet.h
--- a/src/core/ngx_inet.h	Tue Apr 26 18:26:18 2016 +0300
+++ b/src/core/ngx_inet.h	Tue Apr 26 18:26:43 2016 +0300
@@ -87,7 +87,6 @@ typedef struct {
     unsigned                  listen:1;
     unsigned                  uri_part:1;
     unsigned                  no_resolve:1;
-    unsigned                  one_addr:1;  /* compatibility */
 
     unsigned                  no_port:1;
     unsigned                  wildcard:1;



More information about the nginx-devel mailing list