]> granicus.if.org Git - graphviz/commitdiff
label: remove unused 'RTree' timing members
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 7 May 2022 18:13:56 +0000 (11:13 -0700)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 18 Jun 2022 14:44:13 +0000 (16:44 +0200)
lib/label/index.h

index db4d047d2575919e98847dee86861e3a1d35e864..cab541c03e9c4a1f51b1daf9e6a5082067f39440 100644 (file)
@@ -72,10 +72,6 @@ typedef struct LeafList {
 
     /* balance criterion for node splitting */
     int MinFill;
-
-    /* times */
-    long ElapsedTime;
-    float UserTime, SystemTime;
 };
 
 typedef struct ListNode {