changeset 2215:fabe9ecb099f

remove never used macro
author Igor Sysoev <igor@sysoev.ru>
date Tue, 26 Aug 2008 21:05:59 +0000
parents 853fc7a46792
children d17c487ddb52
files src/core/ngx_conf_file.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_conf_file.h
+++ b/src/core/ngx_conf_file.h
@@ -314,9 +314,6 @@ char *ngx_conf_check_num_bounds(ngx_conf
     }
 
 
-#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);