From 26f573840f09eb7e1c6ee97c72e959d99798e6ab Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 26 Jan 2021 17:10:26 +0100 Subject: [PATCH] Remove unused mmap member in phpdbg_file_source --- sapi/phpdbg/phpdbg_list.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sapi/phpdbg/phpdbg_list.h b/sapi/phpdbg/phpdbg_list.h index 38b4f6bbb6..a3962cd8d2 100644 --- a/sapi/phpdbg/phpdbg_list.h +++ b/sapi/phpdbg/phpdbg_list.h @@ -42,9 +42,6 @@ void phpdbg_list_update(void); typedef struct { char *buf; size_t len; -#if HAVE_MMAP - void *map; -#endif zend_op_array op_array; uint32_t lines; uint32_t line[1]; -- 2.50.1