From 923198c5348584d30999f72e0f435a2ec8403ef1 Mon Sep 17 00:00:00 2001 From: Mark Hansen Date: Thu, 7 Apr 2022 20:29:29 +1000 Subject: [PATCH] Remove unused constant PINC All usages seem to be removed. --- lib/common/routespl.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.40.0