mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
Apply clang-analyzer-deadcode.DeadStores
This commit is contained in:
parent
2f4d55094a
commit
f8c4544aff
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user