]> granicus.if.org Git - graphviz/commitdiff
remove unused maxlen and MAX_GPRS
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 20 May 2021 00:05:40 +0000 (17:05 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 28 May 2021 14:49:25 +0000 (07:49 -0700)
These look to have been copy-pasted from cmd/gvmap/gvmap.c despite not being
used in this file.

cmd/gvmap/cluster.c

index d24534c8feab863e6f660eff2ec1f3ecd54a70e0..fe2aa9e9e774e1d1fc39b192de26d441e49a94db 100644 (file)
@@ -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;