# HG changeset patch # User Igor Sysoev # Date 1219784759 0 # Node ID fabe9ecb099f562779b70d6654d900be41a4ea77 # Parent 853fc7a46792f60aab8c70c2c8c3edf7e23e07e4 remove never used macro diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h --- 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);