From ab0c4f5038cec58e23a023d8a1e01be038504e3e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 28 Oct 2003 15:45:41 +0000 Subject: nginx-0.0.1-2003-10-28-18:45:41 import --- src/core/ngx_alloc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/ngx_alloc.h') 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; -- cgit v1.2.3