From 29b4d1256e836b466a73e45c7227476b4eb1d0dd Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 30 May 2021 09:42:56 -0700 Subject: [PATCH] remove unused elist_t type --- lib/pathplan/route.c | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.50.1