From ec2f7f8c40bca8ecef4a8269e87b12d0885d10bb Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 11 Nov 2018 23:26:19 +0100 Subject: Remove the unused minicore libraries and ifdefs Minicore was previously used by the tools in the src/tool directory, and is currently unused. Signed-off-by: Haru --- src/common/memmgr.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/common/memmgr.h') diff --git a/src/common/memmgr.h b/src/common/memmgr.h index 90c35f244..c7147cc5e 100644 --- a/src/common/memmgr.h +++ b/src/common/memmgr.h @@ -42,11 +42,6 @@ // Enable memory manager logging by default #define LOG_MEMMGR -// no logging for minicore -#if defined(MINICORE) && defined(LOG_MEMMGR) - #undef LOG_MEMMGR -#endif - # define aMalloc(n) (iMalloc->malloc((n),ALC_MARK)) # define aCalloc(m,n) (iMalloc->calloc((m),(n),ALC_MARK)) # define aRealloc(p,n) (iMalloc->realloc((p),(n),ALC_MARK)) -- cgit v1.2.3-70-g09d2