Revert "Don't consider shorted items when opitmizing ratsnest."

This reverts commit dc50b7b065.
This commit is contained in:
Seth Hillbrand 2023-05-24 08:54:16 -07:00
parent e967020ebe
commit ee19354484
1 changed files with 0 additions and 4 deletions

View File

@ -341,10 +341,6 @@ void RN_NET::OptimizeRNEdges()
for( CN_ITEM* item : aAnchor->Item()->ConnectedItems() )
{
// Don't consider shorted items
if( aAnchor->Item()->Net() != item->Net() )
continue;
CN_ZONE_LAYER* zoneLayer = dynamic_cast<CN_ZONE_LAYER*>( item );
if( zoneLayer && aLayerSet.test( zoneLayer->Layer() ) )