From 37e0e6d8635878fd2c8adf9f4e37cfb4039520cd Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 20 Mar 2008 07:31:51 +0000 Subject: axe never used macro --- src/core/ngx_log.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index e58834d5f..1fd1ad8ad 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -195,9 +195,6 @@ void ngx_cdecl ngx_log_debug_core(ngx_log_t *log, ngx_err_t err, /*********************************/ -#define ngx_log_alloc_log(pool, log) ngx_palloc(pool, log, sizeof(ngx_log_t)) -#define ngx_log_copy_log(new, old) ngx_memcpy(new, old, sizeof(ngx_log_t)) - ngx_log_t *ngx_log_init(void); ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_array_t *args); char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log); -- cgit