From: Alan Cox Date: Fri, 12 Apr 2019 21:46:58 +0000 (+0100) Subject: malloc: remove dead define references X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=03dba6866dc5304854afa44541fe996655381496;p=FUZIX.git malloc: remove dead define references --- diff --git a/Kernel/malloc.c b/Kernel/malloc.c index 88b36641..f64546d9 100644 --- a/Kernel/malloc.c +++ b/Kernel/malloc.c @@ -12,10 +12,6 @@ * and leaks. */ -/* - * MAX_POOLS is the number of discontiguous memory pools we have. - */ - #if defined(CONFIG_32BIT) static uint32_t mfree;