From: Nikita Popov Date: Tue, 26 Jan 2021 16:10:26 +0000 (+0100) Subject: Remove unused mmap member in phpdbg_file_source X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26f573840f09eb7e1c6ee97c72e959d99798e6ab;p=php Remove unused mmap member in phpdbg_file_source --- 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];