From: Matthew Fernandez Date: Thu, 20 May 2021 00:17:02 +0000 (-0700) Subject: remove unused (and shadowed) MAX_GRPS X-Git-Tag: 2.47.3~26^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d26183a45acaa78ea6b2fbec0ab92f6d4980396;p=graphviz remove unused (and shadowed) MAX_GRPS --- diff --git a/cmd/gvmap/gvmap.c b/cmd/gvmap/gvmap.c index 3b860624d..6fed6517a 100644 --- a/cmd/gvmap/gvmap.c +++ b/cmd/gvmap/gvmap.c @@ -29,8 +29,6 @@ #include #include -enum {MAX_GRPS = 10000}; - typedef struct { char* cmd; char **infiles; @@ -357,7 +355,6 @@ makeMap (SparseMatrix graph, int n, real* x, real* width, int* grouping, int npolys, nverts, *polys_groups, exclude_random; real *x_poly, *xcombined; enum {max_string_length = 1000}; - enum {MAX_GRPS = 10000}; SparseMatrix country_graph; int improve_contiguity_n = pm->improve_contiguity_n; #ifdef TIME