From 607574e99b17e027261a78bdee5518bbf4fd624d Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 9 Sep 2022 20:46:51 -0700 Subject: [PATCH] =?utf8?q?sfdpgen:=20remove=20=E2=80=9Cdan=20yi=20dian,=20?= =?utf8?q?wu=20ban=E2=80=9D=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- lib/sfdpgen/Multilevel.c | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.40.0