diff --git a/sapi/phpdbg/phpdbg_list.h b/sapi/phpdbg/phpdbg_list.h index 38b4f6bbb60..a3962cd8d2e 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];