aboutsummaryrefslogtreecommitdiffstats
path: root/include/defalloc.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-10-23 14:22:31 +0000
committerlloyd <[email protected]>2007-10-23 14:22:31 +0000
commit66c5e4a58ad67d7f7cf71f27b28c6d0cccf0a939 (patch)
treefbbb62d6d7685139c9ca282c609afe37e6f9d136 /include/defalloc.h
parent0ae69c46d83913f4b805e61e0e4d0250fdc51cd1 (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.h2
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();
};
/*************************************************