From 4b66c827af7a69a657dca3f41c383fa7b42e88f9 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 19 Sep 2020 14:33:01 -0700 Subject: [PATCH] remove legacy comment --- lib/dotgen/mincross.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.40.0