]> granicus.if.org Git - php/commitdiff
- Forgot to remove the FIXME
authorAndi Gutmans <andi@php.net>
Fri, 9 Jun 2000 17:52:09 +0000 (17:52 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 9 Jun 2000 17:52:09 +0000 (17:52 +0000)
Zend/zend_alloc.c

index 47fbbe86f1f8d4373893fb6ff8870e533a83b86b..8e4871f8f5d81d8837a8e32e211e8bd1289c94a2 100644 (file)
@@ -266,7 +266,6 @@ ZEND_API void *_erealloc(void *ptr, size_t size, int allow_failure ZEND_FILE_LIN
        *((long *)(((char *) p) + sizeof(zend_mem_header)+SIZE+PLATFORM_PADDING+END_ALIGNMENT(SIZE))) = MEM_BLOCK_END_MAGIC;
 #endif 
 #if MEMORY_LIMIT
-       /* FIXME: Not sure this is completely accurate with the new code. Need to check it. */
        CHECK_MEMORY_LIMIT(size - p->size, SIZE - REAL_SIZE(p->size));
 #endif
        p->size = size;