From: Matthew Fernandez Date: Sat, 10 Sep 2022 03:46:51 +0000 (-0700) Subject: sfdpgen: remove “dan yi dian, wu ban” comments X-Git-Tag: 6.0.2~44^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=607574e99b17e027261a78bdee5518bbf4fd624d;p=graphviz sfdpgen: remove “dan yi dian, wu ban” comments According to Google Translate, this is Mandarin that means “but a little, dance partner.” I do not see how this is helpful in understanding the surrounding code. --- diff --git a/lib/sfdpgen/Multilevel.c b/lib/sfdpgen/Multilevel.c index acbda7689..105a3fd3f 100644 --- a/lib/sfdpgen/Multilevel.c +++ b/lib/sfdpgen/Multilevel.c @@ -400,7 +400,6 @@ static void maximal_independent_edge_set_heavest_edge_pernode_leaves_first(Spars } } - /* dan yi dian, wu ban */ for (i = 0; i < m; i++){ if (matched[i] == i){ (*cluster)[nz++] = i; @@ -472,7 +471,6 @@ static void maximal_independent_edge_set_heavest_edge_pernode_leaves_first(Spars } } - /* dan yi dian, wu ban */ for (i = 0; i < m; i++){ if (matched[i] == i){ (*cluster)[nz++] = i; @@ -562,7 +560,6 @@ static void maximal_independent_edge_set_heavest_edge_pernode_supernodes_first(S } } - /* dan yi dian, wu ban */ for (i = 0; i < m; i++){ if (matched[i] == i){ (*cluster)[nz++] = i; @@ -601,7 +598,6 @@ static void maximal_independent_edge_set_heavest_edge_pernode_supernodes_first(S } } - /* dan yi dian, wu ban */ for (i = 0; i < m; i++){ if (matched[i] == i){ (*cluster)[nz++] = i; @@ -716,7 +712,6 @@ static void maximal_independent_edge_set_heavest_cluster_pernode_leaves_first(Sp } } - /* dan yi dian, wu ban */ for (i = 0; i < m; i++){ if (matched[i] == i){ (*cluster)[nz++] = i;