diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mem_pool.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mem_pool.cpp b/src/mem_pool.cpp index e327b3473..870365412 100644 --- a/src/mem_pool.cpp +++ b/src/mem_pool.cpp @@ -148,16 +148,6 @@ Pooling_Allocator::~Pooling_Allocator() } /************************************************* -* Allocate some initial buffers * -*************************************************/ -void Pooling_Allocator::init() - { - Mutex_Holder lock(mutex); - - get_more_core(PREF_SIZE); - } - -/************************************************* * Free all remaining memory * *************************************************/ void Pooling_Allocator::destroy() |