From a7718b2ef3980d47bc90ec5a172448ee8e8eea7d Mon Sep 17 00:00:00 2001 From: jgrubb Date: Wed, 28 Nov 2007 17:19:39 +0000 Subject: [PATCH] Minor change: remove unused #define --- src/include/lwip/mem.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/lwip/mem.h b/src/include/lwip/mem.h index 6ad02165..255feec4 100644 --- a/src/include/lwip/mem.h +++ b/src/include/lwip/mem.h @@ -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: