mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Fix shadowing variable
This commit is contained in:
parent
ef0ca4840e
commit
20a80a5f94
@ -159,9 +159,6 @@ void DRC_TEST_PROVIDER_MISC::testOutline()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
PCB_SHAPE* shapeA = nullptr;
|
|
||||||
PCB_SHAPE* shapeB = nullptr;
|
|
||||||
|
|
||||||
findClosestOutlineGap( m_board, shapeA, shapeB, markerPos, gap );
|
findClosestOutlineGap( m_board, shapeA, shapeB, markerPos, gap );
|
||||||
|
|
||||||
itemA = shapeA;
|
itemA = shapeA;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user