Cleanup unused local variable.

This commit is contained in:
Jeff Young 2023-01-24 23:37:41 +00:00
parent f683df0d1f
commit e886ccacbd
1 changed files with 0 additions and 2 deletions

View File

@ -151,8 +151,6 @@ bool DRC_TEST_PROVIDER_HOLE_TO_HOLE::Run()
}
else if( item->Type() == PCB_VIA_T )
{
PCB_VIA* via = static_cast<PCB_VIA*>( item );
// Blind/buried/microvias will be drilled/burned _prior_ to lamination, so
// subsequently drilled holes need to avoid them.
m_holeTree.Insert( item, Edge_Cuts, m_largestHoleToHoleClearance );