diff options
Diffstat (limited to 'src/core/ngx_alloc.h')
-rw-r--r-- | src/core/ngx_alloc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_alloc.h b/src/core/ngx_alloc.h index 26a8cdcdb..946361182 100644 --- a/src/core/ngx_alloc.h +++ b/src/core/ngx_alloc.h @@ -17,8 +17,6 @@ #define ngx_test_null(p, alloc, rc) if ((p = alloc) == NULL) { return rc; } -#define ngx_is_null(p, alloc) if ((p = alloc) == NULL) - typedef struct ngx_pool_large_s ngx_pool_large_t; |