From 11a5f279fbe327bad82a318e9309723074e503f1 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 17 Jun 2020 19:23:06 -0700 Subject: [PATCH] remove unused agnotflat() This function was not being called and was not exposed in any header. --- lib/cgraph/flatten.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/cgraph/flatten.c b/lib/cgraph/flatten.c index 7e14772eb..455447cda 100644 --- a/lib/cgraph/flatten.c +++ b/lib/cgraph/flatten.c @@ -52,9 +52,3 @@ void agflatten(Agraph_t * g, int flag) } } } - -void agnotflat(Agraph_t * g) -{ - if (g->desc.flatlock) - agerr(AGERR, "flat lock broken"); -} -- 2.40.0