diff options
Diffstat (limited to 'src/extent_mmap.c')
-rw-r--r-- | src/extent_mmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extent_mmap.c b/src/extent_mmap.c index 23dd4f8..e685a45 100644 --- a/src/extent_mmap.c +++ b/src/extent_mmap.c @@ -69,7 +69,6 @@ extent_alloc_mmap(void *new_addr, size_t size, size_t alignment, bool *zero, bool extent_dalloc_mmap(void *addr, size_t size) { - if (config_munmap) pages_unmap(addr, size); return (!config_munmap); |