]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'temp_node_record'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Oct 2021 02:06:17 +0000 (19:06 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Oct 2021 00:20:29 +0000 (17:20 -0700)
cmd/smyrna/smyrnadefs.h

index e5726d589e668dc7a4ef80f68efc6ed0688f6028..f7b4a3143b95aad81ac3cabe3ceed0e1292dd189 100644 (file)
@@ -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)