From: Matthew Fernandez Date: Sat, 26 Jun 2021 02:19:41 +0000 (-0700) Subject: remove NOTNOW-guarded code X-Git-Tag: 2.48.0~25^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f013472aff7665e4e05f65496226c52531639b0e;p=graphviz remove NOTNOW-guarded code Nothing in the build defines this. --- diff --git a/lib/common/routespl.c b/lib/common/routespl.c index 295461d80..e715a9c14 100644 --- a/lib/common/routespl.c +++ b/lib/common/routespl.c @@ -18,10 +18,6 @@ #define PINC 300 -#ifdef NOTNOW -static edge_t *origedge; -#endif - static int nedges, nboxes; /* total no. of edges and boxes used in routing */ static int routeinit; @@ -397,9 +393,6 @@ static pointf *_routesplines(path * pp, int *npoints, int polyline) nboxes += pp->nbox; for (realedge = (edge_t *) pp->data; -#ifdef NOTNOW - origedge = realedge; -#endif realedge && ED_edge_type(realedge) != NORMAL; realedge = ED_to_orig(realedge)); if (!realedge) { @@ -849,12 +842,6 @@ static void printpath(path * pp) { int bi; -#ifdef NOTNOW - fprintf(stderr, "edge %d from %s to %s\n", nedges, - realedge->tail->name, realedge->head->name); - if (ED_count(origedge) > 1) - fprintf(stderr, " (it's part of a concentrator edge)\n"); -#endif fprintf(stderr, "%d boxes:\n", pp->nbox); for (bi = 0; bi < pp->nbox; bi++) fprintf(stderr, "%d (%.5g, %.5g), (%.5g, %.5g)\n", bi,