summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-07-10 11:45:23 +0000
committerZeev Suraski <zeev@php.net>1999-07-10 11:45:23 +0000
commitcccd2445ee690c1e954af0189e40a20f34ddb0f9 (patch)
treee50ab49463af5b7a204530e583df22cac0c0fae2 /Zend/zend_alloc.c
parent82563bde6021a7571bf184fdc91c5f591b611c37 (diff)
downloadphp-git-cccd2445ee690c1e954af0189e40a20f34ddb0f9.tar.gz
Get rid of AiCount completely
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r--Zend/zend_alloc.c10
1 files changed, 0 insertions, 10 deletions
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
}