Skip to content

Commit a2aebaa

Browse files
committed
Cleanup
1 parent 2ba67ad commit a2aebaa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Zend/zend_alloc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ static size_t _real_page_size = ZEND_MM_PAGE_SIZE;
206206
ZEND_MM_UNPOISON_HEAP((_heap)); \
207207
} while (0);
208208

209-
#define ZEND_MM_UNPOISON_CHUNK(_ptr) ZEND_MM_UNPOISON((_ptr), ZEND_MM_CHUNK_SIZE);
210-
211209
#else
212210

213211
#define ZEND_MM_POISON
@@ -217,7 +215,6 @@ static size_t _real_page_size = ZEND_MM_PAGE_SIZE;
217215
#define ZEND_MM_POISON_CHUNK_HDR
218216
#define ZEND_MM_UNPOISON_CHUNK_HDR
219217
#define ZEND_MM_POISON_CHUNK
220-
#define ZEND_MM_UNPOISON_CHUNK
221218

222219
#endif
223220
typedef uint32_t zend_mm_page_info; /* 4-byte integer */

0 commit comments

Comments
 (0)