]> git.kaiwu.me - nginx.git/commitdiff
remove never used macro
authorIgor Sysoev <igor@sysoev.ru>
Tue, 26 Aug 2008 21:05:59 +0000 (21:05 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 26 Aug 2008 21:05:59 +0000 (21:05 +0000)
src/core/ngx_conf_file.h

index 5957341ff97e36699d2b734f3b0480824a91f555..fd881e7246326c0861aafb024a394f5c500ccc0c 100644 (file)
@@ -314,9 +314,6 @@ char *ngx_conf_check_num_bounds(ngx_conf_t *cf, void *post, void *data);
     }
 
 
-#define addressof(addr)  ((int) &addr)
-
-
 char *ngx_conf_param(ngx_conf_t *cf);
 char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename);