From f58916a2e4748e626cb0768a5dba5e79e2abba02 Mon Sep 17 00:00:00 2001 From: Joe Loser Date: Tue, 26 Jun 2018 22:28:09 -0400 Subject: [PATCH] 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. --- src/ripple/basics/KeyCache.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ripple/basics/KeyCache.h b/src/ripple/basics/KeyCache.h index b5bf5528d8..98c1df1514 100644 --- a/src/ripple/basics/KeyCache.h +++ b/src/ripple/basics/KeyCache.h @@ -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 <>,