]> granicus.if.org Git - php/commitdiff
Kill warnings
authorSascha Schumann <sas@php.net>
Thu, 18 May 2000 12:07:15 +0000 (12:07 +0000)
committerSascha Schumann <sas@php.net>
Thu, 18 May 2000 12:07:15 +0000 (12:07 +0000)
Zend/zend_alloc.c

index c023c6e16f38d498fc9c4f6987903096c75e8366..67e015e09f9bd7ea9c6b098b282410a9b361537b 100644 (file)
@@ -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;