mirror of https://github.com/KLayout/klayout.git
Some cleanup
This commit is contained in:
parent
a79d286f61
commit
fe61627b96
|
|
@ -2958,7 +2958,6 @@ hier_clusters<T>::build_hier_connections (cell_clusters_box_converter<T> &cbc, c
|
|||
if (! i->has_instance ()) {
|
||||
|
||||
local.join_cluster_with (gcid, i->id ());
|
||||
local.remove_cluster (i->id ()); // TODO: actually required? Should work without too ...
|
||||
|
||||
} else {
|
||||
|
||||
|
|
@ -2969,7 +2968,6 @@ hier_clusters<T>::build_hier_connections (cell_clusters_box_converter<T> &cbc, c
|
|||
// shouldn't happen, but duplicate instances may trigger this
|
||||
} else if (other_id) {
|
||||
local.join_cluster_with (gcid, other_id);
|
||||
local.remove_cluster (other_id); // TODO: actually required? Should work without too ...
|
||||
} else {
|
||||
local.add_connection (gcid, *i);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue