Skip to content

Commit

Permalink
Core: removed extra ngx_alloc() and ngx_calloc() prototypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluknet committed Apr 18, 2017
1 parent 97210c7 commit 62b20ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/ngx_palloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 62b20ce

Please sign in to comment.