Don't skip transitions from netclass to empty.

This commit is contained in:
Jeff Young 2024-03-16 19:46:48 +00:00
parent a6e8370ddd
commit 383dbd983a
1 changed files with 0 additions and 3 deletions

View File

@ -2187,9 +2187,6 @@ void CONNECTION_GRAPH::buildConnectionGraph( std::function<void( SCH_ITEM* )>* a
}
}
if( netclass.IsEmpty() )
return;
if( !driverSubgraph )
driverSubgraph = subgraphs.front();