]> granicus.if.org Git - graphviz/commitdiff
Remove dead assignment from constrained_majorization_new
authorAlex Henrie <alexhenrie24@gmail.com>
Mon, 25 Jan 2021 00:29:35 +0000 (17:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 31 Jan 2021 00:39:12 +0000 (16:39 -0800)
lib/neatogen/quad_prog_solve.c

index 026616beb8500157a406e058fd0852e35abeb410..fc1da7982129b639a5e74f2c55ddc20171a1c83c 100644 (file)
@@ -215,7 +215,6 @@ constrained_majorization_new(CMajEnv * e, float *b, float **coords,
 
            /* reorder block by levels, and within levels by "relaxed" desired position */
            block_len = 0;
-           first_next_level = 0;
            for (i = left; i < right; i = first_next_level) {
                level = lev[ordering[i]];
                if (level == num_levels) {