From: Matthew Fernandez Date: Sat, 19 Sep 2020 21:33:01 +0000 (-0700) Subject: remove legacy comment X-Git-Tag: 2.46.0~20^2^2~66^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b66c827af7a69a657dca3f41c383fa7b42e88f9;p=graphviz remove legacy comment --- diff --git a/lib/dotgen/mincross.c b/lib/dotgen/mincross.c index bb5cafcea..8d9268daa 100644 --- a/lib/dotgen/mincross.c +++ b/lib/dotgen/mincross.c @@ -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);