remove never used macro

This commit is contained in:
Igor Sysoev 2008-08-26 21:05:59 +00:00
parent a6e337fdef
commit a1bccd199e

View 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);