Remove unused variable

This commit is contained in:
Seth Hillbrand 2024-03-29 16:48:08 -07:00
parent 6c05f2c67c
commit 37a3f52d81
1 changed files with 0 additions and 2 deletions

View File

@ -786,8 +786,6 @@ void FOOTPRINT::Remove( BOARD_ITEM* aBoardItem, REMOVE_MODE aMode )
{
case PCB_FIELD_T:
{
PCB_FIELD* field = static_cast<PCB_FIELD*>( aBoardItem );
for( auto it = m_fields.begin(); it != m_fields.end(); ++it )
{
if( *it == aBoardItem )