From 9d26183a45acaa78ea6b2fbec0ab92f6d4980396 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 19 May 2021 17:17:02 -0700 Subject: [PATCH] remove unused (and shadowed) MAX_GRPS --- cmd/gvmap/gvmap.c | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.40.0