]> granicus.if.org Git - graphviz/commitdiff
gvmap makeMap: remove now unused 'flag' local
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Jul 2022 01:06:19 +0000 (18:06 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 4 Aug 2022 01:10:28 +0000 (18:10 -0700)
cmd/gvmap/gvmap.c

index c8a48c2840196237f8743e75d2ce2885d9259bd6..46432d3a6fb0977a0b2d169c936982ebadf5abd3 100644 (file)
@@ -337,7 +337,7 @@ makeMap (SparseMatrix graph, int n, double* x, double* width, int* grouping,
   char** labels, float* fsz, float* rgb_r, float* rgb_g, float* rgb_b, params_t* pm, Agraph_t* g )
 {
   int dim = pm->dim;
-  int i, flag = 0;
+  int i;
   SparseMatrix poly_lines, polys, poly_point_map;
   double edge_bridge_tol = 0.;
   int npolys, nverts, *polys_groups, exclude_random;