]> granicus.if.org Git - graphviz/commitdiff
remove unused Info variable
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Apr 2021 04:17:29 +0000 (21:17 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Apr 2021 19:51:10 +0000 (12:51 -0700)
lib/pack/ptest.c

index d7dec6e76157923f4292fddf1bf258ef72d5f260..98c2a8e7a03a41f0a764422b41e1c3c6f5aba87f 100644 (file)
  *   effect automatically.
  *  -m <i> specifies the margin, in points, about each graph.
  */
-char *Info[] = {
-    "ptest",                   /* Program */
-    "1.0",                     /* Version */
-    DATE                       /* Build Date */
-};
 
 static int margin = 8;
 static int doEdges = 1;