Apply clang-analyzer-deadcode.DeadStores

This commit is contained in:
Alexey Rybalchenko 2021-05-26 23:58:12 +02:00 committed by Dennis Klein
parent 6aeac265ec
commit f25cca2073

View File

@ -136,7 +136,6 @@ struct Region
size_t blocksToSend = 0; size_t blocksToSend = 0;
while (true) { while (true) {
blocksToSend = 0;
{ {
std::unique_lock<std::mutex> lock(fBlockMtx); std::unique_lock<std::mutex> lock(fBlockMtx);