summaryrefslogtreecommitdiff
path: root/src/common/mempool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mempool.c')
-rw-r--r--src/common/mempool.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/mempool.c b/src/common/mempool.c
index 36eb0e545f..e4e81b759d 100644
--- a/src/common/mempool.c
+++ b/src/common/mempool.c
@@ -49,11 +49,6 @@
* - We keep a list of full chunks (so we can have a "nuke everything"
* function). Obmalloc's pools leave full chunks to float unanchored.
*
- * [XXXX020 Another way to support 'nuke everything' would be to keep
- * _all_ the chunks in a doubly-linked-list. This would have more
- * space overhead per chunk, but less pointer manipulation overhead
- * than the current approach.]
- *
* LIMITATIONS:
* - Not even slightly threadsafe.
* - Likes to have lots of items per chunks.