From: Howard Chu Date: Mon, 25 Feb 2013 07:40:34 +0000 (-0800) Subject: Delete obsolete @todo X-Git-Tag: OPENLDAP_REL_ENG_2_4_35~26^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=26e4222ffb8b74d29674136b4c8c821e73250605;p=openldap Delete obsolete @todo We do it now... (coalescing freelist entries in page_alloc) --- 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.