]> granicus.if.org Git - graphviz/commitdiff
dotgen: remove 'arrow_flags' call whose result is ignored
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 3 Nov 2022 01:58:36 +0000 (18:58 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 4 Nov 2022 01:14:25 +0000 (18:14 -0700)
lib/dotgen/sameport.c

index cec9c6c8beead2aba2234eb3262bef9d50f096c9..e798001f1adfc4e2a1047af730b4288c5f5362ee 100644 (file)
@@ -107,7 +107,6 @@ static void sameport(node_t * u, elist * l)
     int i;
     double x = 0, y = 0, x1, y1, x2, y2, r;
     port prt;
-    int sflag, eflag;
 
     /* Compute the direction vector (x,y) of the average direction. We compute
        with direction vectors instead of angles because else we have to first
@@ -167,7 +166,6 @@ static void sameport(node_t * u, elist * l)
     /* assign one of the ports to every edge */
     for (i = 0; i < l->size; i++) {
        e = l->list[i];
-       arrow_flags(e, &sflag, &eflag);
        for (; e; e = ED_to_virt(e)) {  /* assign to all virt edges of e */
            for (f = e; f;
                 f = ED_edge_type(f) == VIRTUAL &&