Fix shadowing variable

This commit is contained in:
Seth Hillbrand 2025-08-25 11:49:28 -07:00
parent ef0ca4840e
commit 20a80a5f94

View File

@ -159,9 +159,6 @@ void DRC_TEST_PROVIDER_MISC::testOutline()
}
else
{
PCB_SHAPE* shapeA = nullptr;
PCB_SHAPE* shapeB = nullptr;
findClosestOutlineGap( m_board, shapeA, shapeB, markerPos, gap );
itemA = shapeA;