mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
Minor change: remove unused #define
This commit is contained in:
parent
472407c719
commit
a7718b2ef3
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user