From: Matthew Fernandez Date: Thu, 20 May 2021 00:37:05 +0000 (-0700) Subject: remove unused max_string_length X-Git-Tag: 2.47.3~26^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=479b0ac290c79cbe9cce07ab2fe33b0ea9a535fc;p=graphviz remove unused max_string_length --- diff --git a/cmd/gvmap/gvmap.c b/cmd/gvmap/gvmap.c index 6475fc446..65c419750 100644 --- a/cmd/gvmap/gvmap.c +++ b/cmd/gvmap/gvmap.c @@ -354,7 +354,6 @@ makeMap (SparseMatrix graph, int n, real* x, real* width, int* grouping, real edge_bridge_tol = 0.; int npolys, nverts, *polys_groups, exclude_random; real *x_poly, *xcombined; - enum {max_string_length = 1000}; SparseMatrix country_graph; int improve_contiguity_n = pm->improve_contiguity_n; #ifdef TIME