Cleanup: Remove unused variable

This commit is contained in:
JamesJCode 2024-05-22 22:07:47 +01:00
parent 76cb7cf54a
commit f88f6a053b
1 changed files with 0 additions and 3 deletions

View File

@ -248,14 +248,11 @@ void CONNECTIVITY_DATA::internalRecalculateRatsnest( BOARD_COMMIT* aCommit )
const std::vector<std::shared_ptr<CN_CLUSTER>>& clusters = m_connAlgo->GetClusters();
int dirtyNets = 0;
for( int net = 0; net < lastNet; net++ )
{
if( m_connAlgo->IsNetDirty( net ) )
{
m_nets[net]->Clear();
dirtyNets++;
}
}