summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
diff options
context:
space:
mode:
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
}