File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1351,17 +1351,6 @@ void HierRTLMP::placeChildren(Cluster* parent)
13511351 for (auto & cluster : parent->getChildren ()) {
13521352 clustering_engine_->updateInstancesAssociation (cluster.get ());
13531353 }
1354- // Place children clusters
1355- // map children cluster to soft macro
1356- for (auto & cluster : parent->getChildren ()) {
1357- if (cluster->isIOCluster ()) { // ignore all the io clusters
1358- continue ;
1359- }
1360- auto soft_macro = std::make_unique<SoftMacro>(cluster.get ());
1361- // no memory leakage, beacuse we set the soft macro, the old one
1362- // will be deleted
1363- cluster->setSoftMacro (std::move (soft_macro));
1364- }
13651354
13661355 const Rect outline = parent->getBBox ();
13671356 if (graphics_) {
You can’t perform that action at this time.
0 commit comments