]> granicus.if.org Git - graphviz/commitdiff
remove legacy comment
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Sep 2020 21:33:01 +0000 (14:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Sep 2020 00:47:14 +0000 (17:47 -0700)
lib/dotgen/mincross.c

index bb5cafcea16890adbadb8a3e99f7cedf01bfd34a..8d9268daa9db67dae94c26a53758632355eba72d 100644 (file)
@@ -1170,8 +1170,6 @@ static void init_mincross(graph_t * g)
     ReMincross = FALSE;
     Root = g;
     /* alloc +1 for the null terminator usage in do_ordering() */
-    /* also, the +1 avoids attempts to alloc 0 sizes, something
-       that efence complains about */
     size = agnedges(dot_root(g)) + 1;
     TE_list = N_NEW(size, edge_t *);
     TI_list = N_NEW(size, int);