Skip to content

Commit fc375cf

Browse files
joaomaiAcKoucher
authored andcommitted
mpl: remove unused variable
Signed-off-by: João Mai <[email protected]>
1 parent acce713 commit fc375cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mpl/src/clusterEngine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,6 @@ void ClusteringEngine::breakMixedLeaves(
19791979
void ClusteringEngine::breakMixedLeaf(Cluster* mixed_leaf)
19801980
{
19811981
Cluster* parent = mixed_leaf->getParent();
1982-
const float macro_dominated_cluster_ratio = 0.01;
19831982

19841983
mapMacroInCluster2HardMacro(mixed_leaf);
19851984

0 commit comments

Comments
 (0)