From: Matthew Fernandez Date: Sat, 29 May 2021 17:33:33 +0000 (-0700) Subject: remove unused FREE_STATE X-Git-Tag: 2.47.3~16^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1d41c8c02ab78dc06f4ec2294a21078e3636678;p=graphviz remove unused FREE_STATE This has been unused since the initial revision of this file. It is unclear what purpose it was intended to serve. --- diff --git a/lib/ingraphs/ingraphs.c b/lib/ingraphs/ingraphs.c index 1c959cb60..f10ae53e2 100644 --- a/lib/ingraphs/ingraphs.c +++ b/lib/ingraphs/ingraphs.c @@ -16,8 +16,6 @@ #include #include -#define FREE_STATE 1 - typedef struct { char *dummy; } Agraph_t;