Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-27 01:05:59 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-08-27 01:05:59 +0400
commita1bccd199e3865a57f73ba10fb6da4a6539c3f05 (patch)
treec6eda1661852d25f5eb5fcc8f6a393e2c335b8ca /src/core
parenta6e337fdef7365d670e132e34f928bd82ce5f8a1 (diff)
remove never used macro
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ngx_conf_file.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h
index 5957341ff..fd881e724 100644
--- 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_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);