From 9960c411933f9a804eb5f6840d75ad00fd255252 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 5 May 2020 18:04:18 +0300 Subject: Remove Miami stuff --- src/core/templates.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/core/templates.h') diff --git a/src/core/templates.h b/src/core/templates.h index 74bc4713..921b109a 100644 --- a/src/core/templates.h +++ b/src/core/templates.h @@ -39,20 +39,13 @@ public: m_entries = (U*)malloc(sizeof(U)*size); m_flags = (Flags*)malloc(sizeof(Flags)*size); m_size = size; -#ifndef MIAMI m_allocPtr = 0; -#else - m_allocPtr = -1; -#endif for(int i = 0; i < size; i++){ m_flags[i].id = 0; m_flags[i].free = 1; } } -#ifdef MIAMI - CPool(int size, const char *name) - : CPool(size) {} -#endif + ~CPool() { Flush(); } -- cgit v1.2.3