Fix unintentional typo

This commit is contained in:
Seth Hillbrand 2022-09-14 15:14:32 -07:00
parent b97f9ea329
commit 78acb4f07f
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ bool DRC_CACHE_GENERATOR::Run()
m_drcEngine->ReportProgress( static_cast<double>( done ) / allZones.size() );
status = ret.wait_for( std::chrono::milliseconds( 250 ) );
}
while( status != std::future_status::ready );
}
return !m_drcEngine->IsCancelled();