mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix a broken assert.
This commit is contained in:
@@ -348,8 +348,6 @@ void TaggedCacheType<c_Key, c_Data, Timer>::sweep ()
|
||||
}
|
||||
}
|
||||
|
||||
assert (cc == mCacheCount);
|
||||
|
||||
if (ShouldLog (lsTRACE, TaggedCacheLog) && (mapRemovals || cacheRemovals))
|
||||
{
|
||||
WriteLog (lsTRACE, TaggedCacheLog) << mName << ": cache = " << mCache.size () << "-" << cacheRemovals <<
|
||||
|
||||
Reference in New Issue
Block a user