Skip to content

Commit 36129e4

Browse files
committed
fix assert for navy
1 parent 8514d30 commit 36129e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cachelib/allocator/CacheAllocator-inl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,6 @@ bool CacheAllocator<CacheTrait>::handleFailedMove(Item* candidate,
20002000
accessContainer_->remove(*candidate);
20012001
}
20022002

2003-
XDCHECK_EQ(candidate->getRefCountAndFlagsRaw(),0);
20042003
if (token.isValid() && shouldWriteToNvmCacheExclusive(*candidate)
20052004
&& !failedToReplace) {
20062005
nvmCache_->put(*candidate, std::move(token));

0 commit comments

Comments
 (0)