Don't skip transitions from netclass to empty.
This commit is contained in:
parent
a6e8370ddd
commit
383dbd983a
|
@ -2187,9 +2187,6 @@ void CONNECTION_GRAPH::buildConnectionGraph( std::function<void( SCH_ITEM* )>* a
|
|||
}
|
||||
}
|
||||
|
||||
if( netclass.IsEmpty() )
|
||||
return;
|
||||
|
||||
if( !driverSubgraph )
|
||||
driverSubgraph = subgraphs.front();
|
||||
|
||||
|
|
Loading…
Reference in New Issue