aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alloc_mmap/mmap_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/alloc_mmap/mmap_mem.h')
-rw-r--r--modules/alloc_mmap/mmap_mem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/alloc_mmap/mmap_mem.h b/modules/alloc_mmap/mmap_mem.h
index 315f55b2e..ddf999014 100644
--- a/modules/alloc_mmap/mmap_mem.h
+++ b/modules/alloc_mmap/mmap_mem.h
@@ -16,7 +16,6 @@ namespace Botan {
class MemoryMapping_Allocator : public Pooling_Allocator
{
public:
- MemoryMapping_Allocator() : Pooling_Allocator(64*1024, false) {}
std::string type() const { return "mmap"; }
private:
void* alloc_block(u32bit);