summaryrefslogtreecommitdiff
path: root/include/apr_mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_mmap.h')
-rw-r--r--include/apr_mmap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/apr_mmap.h b/include/apr_mmap.h
index c8c88893c..2bdf81a2a 100644
--- a/include/apr_mmap.h
+++ b/include/apr_mmap.h
@@ -70,10 +70,6 @@ struct apr_mmap_t {
HANDLE mhandle;
/** The start of the real memory page area (mapped view) */
void *mv;
- /** The physical start, size and offset */
- apr_off_t pstart;
- apr_size_t psize;
- apr_off_t poffset;
#else
apr_off_t poffset;
#endif