mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
axe never used macro
This commit is contained in:
parent
51e966cedc
commit
37e0e6d863
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user