Remove unused mmap_file + mmap_len from basic_globals

This commit is contained in:
Nikita Popov 2019-09-27 12:19:31 +02:00
parent 2354aa9676
commit 32c20d5670
2 changed files with 1 additions and 7 deletions

View file

@ -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 */