From: Mark Hansen Date: Thu, 7 Apr 2022 10:29:29 +0000 (+1000) Subject: Remove unused constant PINC X-Git-Tag: 4.0.0~127^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=923198c5348584d30999f72e0f435a2ec8403ef1;p=graphviz Remove unused constant PINC All usages seem to be removed. --- diff --git a/lib/common/routespl.c b/lib/common/routespl.c index 36fce0771..66fd79a5f 100644 --- a/lib/common/routespl.c +++ b/lib/common/routespl.c @@ -17,8 +17,6 @@ #include #include -#define PINC 300 - static int nedges, nboxes; /* total no. of edges and boxes used in routing */ static int routeinit;