Some cleanup

This commit is contained in:
Matthias Koefferlein 2024-03-23 08:45:38 +01:00
parent a79d286f61
commit fe61627b96
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}