Fixed cppcheck warnings

pull/189/head
SChernykh 2022-07-14 11:23:56 +02:00
parent 02a8a512dc
commit 7d5ff13f75
1 changed files with 0 additions and 1 deletions

View File

@ -1968,7 +1968,6 @@ void SideChain::precalc_worker()
while (m_precalcJobs.empty()) {
uv_cond_wait(&m_precalcJobsCond, &m_precalcJobsMutex);
// cppcheck-suppress knownConditionTrueFalse
if (m_precalcFinished) {
return;
}