From: Matthew Fernandez Date: Sun, 30 May 2021 16:42:56 +0000 (-0700) Subject: remove unused elist_t type X-Git-Tag: 2.47.3~11^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29b4d1256e836b466a73e45c7227476b4eb1d0dd;p=graphviz remove unused elist_t type --- diff --git a/lib/pathplan/route.c b/lib/pathplan/route.c index 431158695..cf47082af 100644 --- a/lib/pathplan/route.c +++ b/lib/pathplan/route.c @@ -34,11 +34,6 @@ typedef struct tna_t { #define POINTSIZE sizeof (Ppoint_t) -typedef struct elist_t { - Pedge_t *ep; - struct elist_t *next, *prev; -} elist_t; - static jmp_buf jbuf; static Ppoint_t *ops;