malloc: remove dead define references
authorAlan Cox <alan@linux.intel.com>
Fri, 12 Apr 2019 21:46:58 +0000 (22:46 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 12 Apr 2019 21:46:58 +0000 (22:46 +0100)
Kernel/malloc.c

index 88b3664..f64546d 100644 (file)
  *     and leaks.
  */
 
-/*
- *     MAX_POOLS is the number of discontiguous memory pools we have.
- */
-
 #if defined(CONFIG_32BIT)
 
 static uint32_t mfree;