Fix DRC thread locking

This commit is contained in:
Seth Hillbrand 2021-12-15 06:05:40 -08:00
parent dadaf26ff1
commit 24fe5bc2a8
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ bool DRC_TEST_PROVIDER_CONNECTIVITY::Run()
std::shared_ptr<CONNECTIVITY_DATA> connectivity = board->GetConnectivity();
std::lock_guard<KISPINLOCK> lock( connectivity->GetLock() );
// Rebuild just in case. This really needs to be reliable.
connectivity->Clear();
connectivity->Build( board, m_drcEngine->GetProgressReporter() );