From 757625ee04cea8d49d1a04dee700fa3ce1de3ea3 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 22 Oct 2021 19:06:17 -0700 Subject: [PATCH] smyrna: remove unused 'temp_node_record' --- cmd/smyrna/smyrnadefs.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index e5726d589..f7b4a3143 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -192,12 +192,6 @@ typedef struct int edgeid; /*for only edges, > 0 multiedges */ } element_data; - typedef struct _temp_node_record //helper record to identofy head and tail of edges - { - Agrec_t h; - int ID; - int TVref; //topview data structure reference - } temp_node_record; #define OD_Visible(p) (p.data.Visible) #define OD_Locked(p) (p.data.Locked) -- 2.49.0