mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unused mmap_file + mmap_len from basic_globals
This commit is contained in:
parent
2354aa9676
commit
32c20d5670
2 changed files with 1 additions and 7 deletions
|
@ -219,12 +219,6 @@ typedef struct _php_basic_globals {
|
|||
HashTable url_adapt_session_hosts_ht;
|
||||
url_adapt_state_ex_t url_adapt_output_ex;
|
||||
HashTable url_adapt_output_hosts_ht;
|
||||
|
||||
#ifdef HAVE_MMAP
|
||||
void *mmap_file;
|
||||
size_t mmap_len;
|
||||
#endif
|
||||
|
||||
HashTable *user_filter_map;
|
||||
|
||||
/* file.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue