From cccd2445ee690c1e954af0189e40a20f34ddb0f9 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 10 Jul 1999 11:45:23 +0000 Subject: Get rid of AiCount completely --- Zend/zend_alloc.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Zend/zend_alloc.c') diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 2b12a5312b..52cb641b98 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -398,16 +398,6 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache) t = t->pNext; } } - -#ifdef ZEND_DEBUG - if (had_leaks) { - ELS_FETCH(); - - if (EG(AiCount)!=0 && !silent) { - fprintf(stderr, "AiCount did not zero out: %d\n", EG(AiCount)); - } - } -#endif } -- cgit v1.2.1