diff options
-rw-r--r-- | Zend/zend_alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index c023c6e16f..67e015e09f 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -319,8 +319,10 @@ ZEND_API int zend_set_memory_limit(unsigned int memory_limit) ZEND_API void start_memory_manager(ALS_D) { +#if 0 int i, j; void *cached_entries[MAX_CACHED_MEMORY][MAX_CACHED_ENTRIES]; +#endif AG(phead) = AG(head) = NULL; |