]> granicus.if.org Git - graphviz/commitdiff
remove unused elist_t type
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 30 May 2021 16:42:56 +0000 (09:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 18:13:03 +0000 (11:13 -0700)
lib/pathplan/route.c

index 43115869567c4b1df3683fa57462ce8206ec72a2..cf47082afe50f82ab536fab448c343f5e4c69926 100644 (file)
@@ -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;