]> granicus.if.org Git - graphviz/commitdiff
remove unused FREE_STATE
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 17:33:33 +0000 (10:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 00:01:13 +0000 (17:01 -0700)
This has been unused since the initial revision of this file. It is unclear what
purpose it was intended to serve.

lib/ingraphs/ingraphs.c

index 1c959cb60eb947550c1e7964198728ce277ce4aa..f10ae53e21d43dccdfc622ba1e3e44123edeed19 100644 (file)
@@ -16,8 +16,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#define FREE_STATE 1
-
 typedef struct {
     char *dummy;
 } Agraph_t;