mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unused mmap member in phpdbg_file_source
This commit is contained in:
parent
9948142e50
commit
26f573840f
1 changed files with 0 additions and 3 deletions
|
@ -42,9 +42,6 @@ void phpdbg_list_update(void);
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char *buf;
|
char *buf;
|
||||||
size_t len;
|
size_t len;
|
||||||
#if HAVE_MMAP
|
|
||||||
void *map;
|
|
||||||
#endif
|
|
||||||
zend_op_array op_array;
|
zend_op_array op_array;
|
||||||
uint32_t lines;
|
uint32_t lines;
|
||||||
uint32_t line[1];
|
uint32_t line[1];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue