aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem_pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem_pool.cpp')
-rw-r--r--src/mem_pool.cpp10
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()