From 26e4222ffb8b74d29674136b4c8c821e73250605 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 24 Feb 2013 23:40:34 -0800 Subject: [PATCH] Delete obsolete @todo We do it now... (coalescing freelist entries in page_alloc) --- libraries/liblmdb/mdb.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/liblmdb/mdb.c b/libraries/liblmdb/mdb.c index 041acfa8e8..4d8bfa3bdc 100644 --- a/libraries/liblmdb/mdb.c +++ b/libraries/liblmdb/mdb.c @@ -431,9 +431,6 @@ typedef uint16_t indx_t; * the longer we delay reclaiming old pages, the more likely it is that a * string of contiguous pages can be found after coalescing old pages from * many old transactions together. - * - * @todo We don't actually do such coalescing yet, we grab pages from one - * old transaction at a time. * @{ */ /** Number of slots in the reader table. -- 2.39.5