From: Matthew Fernandez Date: Thu, 20 May 2021 00:05:40 +0000 (-0700) Subject: remove unused maxlen and MAX_GPRS X-Git-Tag: 2.47.3~26^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba10bc4f54e1b10403d79e8a3e6a002e0adb8f6f;p=graphviz remove unused maxlen and MAX_GPRS These look to have been copy-pasted from cmd/gvmap/gvmap.c despite not being used in this file. --- diff --git a/cmd/gvmap/cluster.c b/cmd/gvmap/cluster.c index d24534c8f..fe2aa9e9e 100644 --- a/cmd/gvmap/cluster.c +++ b/cmd/gvmap/cluster.c @@ -40,9 +40,6 @@ #pragma comment( lib, "cdt.lib" ) #endif /* not _WIN32 */ -enum {maxlen = 10000000}; -enum {MAX_GRPS = 10000}; - typedef struct { FILE* outfp; char** infiles;