From: Matthew Fernandez Date: Sun, 30 May 2021 16:42:29 +0000 (-0700) Subject: remove unused p2e_t type X-Git-Tag: 2.47.3~11^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af24d36c9ec24d87eaa559810731dd826d823c89;p=graphviz remove unused p2e_t type --- diff --git a/lib/pathplan/route.c b/lib/pathplan/route.c index 14e959b29..431158695 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 p2e_t { - Ppoint_t *pp; - Pedge_t *ep; -} p2e_t; - typedef struct elist_t { Pedge_t *ep; struct elist_t *next, *prev;