diff options
author | lloyd <[email protected]> | 2007-10-23 14:22:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-10-23 14:22:31 +0000 |
commit | 66c5e4a58ad67d7f7cf71f27b28c6d0cccf0a939 (patch) | |
tree | fbbb62d6d7685139c9ca282c609afe37e6f9d136 /include/defalloc.h | |
parent | 0ae69c46d83913f4b805e61e0e4d0250fdc51cd1 (diff) |
Malloc_Allocator doesn't have a constructor anymore but the declaration
remained, which caused link errors. Removed.
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(); }; /************************************************* |