Core: removed extra ngx_alloc() and ngx_calloc() prototypes.

This commit is contained in:
Sergey Kandaurov 2017-04-18 13:01:19 +03:00
parent d5b05f45bd
commit 0db51faece
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@ typedef struct {
} ngx_pool_cleanup_file_t;
void *ngx_alloc(size_t size, ngx_log_t *log);
void *ngx_calloc(size_t size, ngx_log_t *log);
ngx_pool_t *ngx_create_pool(size_t size, ngx_log_t *log);
void ngx_destroy_pool(ngx_pool_t *pool);
void ngx_reset_pool(ngx_pool_t *pool);