diff options
author | Zeev Suraski <zeev@php.net> | 1999-07-10 11:45:23 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-07-10 11:45:23 +0000 |
commit | cccd2445ee690c1e954af0189e40a20f34ddb0f9 (patch) | |
tree | e50ab49463af5b7a204530e583df22cac0c0fae2 /Zend/zend_alloc.c | |
parent | 82563bde6021a7571bf184fdc91c5f591b611c37 (diff) | |
download | php-git-cccd2445ee690c1e954af0189e40a20f34ddb0f9.tar.gz |
Get rid of AiCount completely
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r-- | Zend/zend_alloc.c | 10 |
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 } |