Minor change: remove unused #define

This commit is contained in:
jgrubb 2007-11-28 17:19:39 +00:00
parent 472407c719
commit a7718b2ef3

View File

@ -69,8 +69,6 @@ typedef u16_t mem_size_t;
#endif #endif
#else /* MEM_LIBC_MALLOC */ #else /* MEM_LIBC_MALLOC */
#if MEM_USE_POOLS #if MEM_USE_POOLS
/** The pool implementation of the heap currently uses 4 pools */
#define MEM_POOL_COUNT 4
/** mem_init is not used when using pools instead of a heap */ /** mem_init is not used when using pools instead of a heap */
#define mem_init() #define mem_init()
/** mem_realloc is not used when using pools instead of a heap: /** mem_realloc is not used when using pools instead of a heap: