]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Minor change: remove unused #define
authorjgrubb <jgrubb>
Wed, 28 Nov 2007 17:19:39 +0000 (17:19 +0000)
committerjgrubb <jgrubb>
Wed, 28 Nov 2007 17:19:39 +0000 (17:19 +0000)
src/include/lwip/mem.h

index 6ad02165baf123e6b0943d5e911dcf0d85060537..255feec4ce103fba02b7688ec1cc13fdb3cd3f88 100644 (file)
@@ -69,8 +69,6 @@ typedef u16_t mem_size_t;
 #endif
 #else /* MEM_LIBC_MALLOC */
 #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 */
 #define mem_init()
 /** mem_realloc is not used when using pools instead of a heap: