Delete obsolete @todo

We do it now... (coalescing freelist entries in page_alloc)
vmware
Howard Chu 12 years ago
parent 58e27b6c20
commit 26e4222ffb
  1. 3
      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 * 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 * string of contiguous pages can be found after coalescing old pages from
* many old transactions together. * 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. /** Number of slots in the reader table.

Loading…
Cancel
Save