]> granicus.if.org Git - graphviz/commitdiff
remove NOTNOW-guarded code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Jun 2021 02:19:41 +0000 (19:19 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 30 Jun 2021 02:32:59 +0000 (19:32 -0700)
Nothing in the build defines this.

lib/common/routespl.c

index 295461d80d11ea8f80469188cde73eb9555398a8..e715a9c145d09cdf9db0f93ae01320caa905913e 100644 (file)
 
 #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,