diff options
Diffstat (limited to 'include/defalloc.h')
-rw-r--r-- | include/defalloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/defalloc.h b/include/defalloc.h index 69c162ac4..6d25909ff 100644 --- a/include/defalloc.h +++ b/include/defalloc.h @@ -28,7 +28,6 @@ class Malloc_Allocator : public Allocator class Locking_Allocator : public Pooling_Allocator { public: - Locking_Allocator() : Pooling_Allocator(64*1024, true) {} std::string type() const { return "locking"; } private: void* alloc_block(u32bit); |