From: Matthew Fernandez Date: Sat, 23 Oct 2021 02:06:17 +0000 (-0700) Subject: smyrna: remove unused 'temp_node_record' X-Git-Tag: 2.50.0~65^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=757625ee04cea8d49d1a04dee700fa3ce1de3ea3;p=graphviz smyrna: remove unused 'temp_node_record' --- 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)