Remove comment about passing allocator to KeyCache:

After some discussion on https://github.com/ripple/rippled/pull/2595
we have decided that the allocator should not be plumbed through
the KeyCache class template. As such, remove the comment suggesting
to push the allocator through.
This commit is contained in:
Joe Loser
2018-06-26 22:28:09 -04:00
committed by Nik Bougalis
parent 7e30897ef4
commit f58916a2e4

View File

@@ -34,7 +34,6 @@ namespace ripple {
older than the maximum age they are eligible for removal during a
call to @ref sweep.
*/
// VFALCO TODO Figure out how to pass through the allocator
template <
class Key,
class Hash = hardened_hash <>,