summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-01-26 17:10:26 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-01-26 17:11:06 +0100
commit26f573840f09eb7e1c6ee97c72e959d99798e6ab (patch)
treeb4fa588ce2d929a67db45d68204e9f5bd46f8591 /sapi
parent9948142e50a45b2c4505bb629de1a4b9a3198a62 (diff)
downloadphp-git-26f573840f09eb7e1c6ee97c72e959d99798e6ab.tar.gz
Remove unused mmap member in phpdbg_file_source
Diffstat (limited to 'sapi')
-rw-r--r--sapi/phpdbg/phpdbg_list.h3
1 files changed, 0 insertions, 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];