diff options
Diffstat (limited to 'include/defalloc.h')
-rw-r--r-- | include/defalloc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/defalloc.h b/include/defalloc.h index afdb95edd..c663116d0 100644 --- a/include/defalloc.h +++ b/include/defalloc.h @@ -20,8 +20,6 @@ class Malloc_Allocator : public Allocator void deallocate(void*, u32bit); std::string type() const { return "malloc"; } - - Malloc_Allocator(); }; /************************************************* |