]> granicus.if.org Git - graphviz/commitdiff
mingle: remove dead store to 'dim' local
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 29 Sep 2022 02:33:45 +0000 (19:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 30 Sep 2022 04:08:54 +0000 (21:08 -0700)
cmd/mingle/minglemain.cpp

index 06011d803d1cb4e5ebd83b0b7f830f2265d618be..f2b5b5d6cfa9c2227128e45efc6cbd7e21f2674a 100644 (file)
@@ -466,8 +466,6 @@ bundle (Agraph_t* g, opts_t* opts)
        free(x);
        x = xx.data();
 
-       dim = 2;
-
        edges = edge_bundling(A, 2, x, opts->outer_iter, opts->K, opts->method, opts->nneighbors, opts->compatibility_method, opts->max_recursion, opts->angle_param, opts->angle);
        
        if (opts->fmt == FMT_GV) {