mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 16:35:53 +00:00
Remove legacy upTime() function
This commit is contained in:
@@ -224,8 +224,10 @@ void TaggedCache<c_Key, c_Data, Timer>::sweep()
|
||||
|
||||
assert(cc == mCacheCount);
|
||||
if (ShouldLog (lsTRACE, TaggedCacheLog) && (mapRemovals || cacheRemovals))
|
||||
{
|
||||
WriteLog (lsTRACE, TaggedCacheLog) << mName << ": cache = " << mCache.size() << "-" << cacheRemovals <<
|
||||
", map-=" << mapRemovals;
|
||||
}
|
||||
}
|
||||
|
||||
template<typename c_Key, typename c_Data, class Timer>
|
||||
|
||||
Reference in New Issue
Block a user