summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/phpdbg_list.h')
-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];