]> granicus.if.org Git - graphviz/commitdiff
remove unused 'ptchk' function
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 11 Sep 2021 17:57:21 +0000 (10:57 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 18 Sep 2021 22:14:15 +0000 (15:14 -0700)
lib/gvpr/compile.c

index 641b2d657d362ecaba7401db195ccc4a5401d427..477ac5aa1d61eab2a8a2a553f3452463f0980963 100644 (file)
@@ -2563,13 +2563,6 @@ int usesGraph(comp_prog * p)
     return p->flags;
 }
 
-void ptchk(void)
-{
-    int i;
-    for (i = 0; i <= LAST_M; i++)
-       printf("%d: %d %d\n", i, tchk[i][0], tchk[i][1]);
-}
-
 /* readG:
  * Read graph from file and initialize
  * dynamic data.