Remove dead code

This commit is contained in:
Seth Hillbrand 2022-04-05 16:26:05 -07:00
parent 06df90636b
commit b66df1e4f3
1 changed files with 0 additions and 3 deletions

View File

@ -258,9 +258,6 @@ bool PAD::FlashLayer( int aLayer ) const
}
}
if( aLayer == UNDEFINED_LAYER )
return true;
if( LSET::FrontBoardTechMask().test( aLayer ) )
aLayer = F_Cu;
else if( LSET::BackBoardTechMask().test( aLayer ) )