diff options
Diffstat (limited to 'include/mem_pool.h')
-rw-r--r-- | include/mem_pool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mem_pool.h b/include/mem_pool.h index e365cd29d..0665eac9c 100644 --- a/include/mem_pool.h +++ b/include/mem_pool.h @@ -23,7 +23,6 @@ class Pooling_Allocator : public Allocator void* allocate(u32bit); void deallocate(void*, u32bit); - void init(); void destroy(); Pooling_Allocator(u32bit, bool); |