diff options
Diffstat (limited to 'mmap/unix/mmap_h.h')
-rw-r--r-- | mmap/unix/mmap_h.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mmap/unix/mmap_h.h b/mmap/unix/mmap_h.h index a29e86ab0..96a7e9aa1 100644 --- a/mmap/unix/mmap_h.h +++ b/mmap/unix/mmap_h.h @@ -65,11 +65,8 @@ struct mmap_t { ap_context_t *cntxt; - char *filename; /* the full path to the file */ - struct stat sinfo; void *mm; size_t size; - ap_int32_t statted; }; ap_status_t mmap_cleanup(void *); |