From: Matthew Fernandez Date: Sat, 27 Mar 2021 16:08:26 +0000 (-0700) Subject: remove some commented out code X-Git-Tag: 2.47.1~17^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a38bdd8e51435738cc7e4837a76dafac738b494c;p=graphviz remove some commented out code --- diff --git a/lib/ortho/maze.c b/lib/ortho/maze.c index f5f527c38..80aa6f986 100644 --- a/lib/ortho/maze.c +++ b/lib/ortho/maze.c @@ -406,7 +406,6 @@ mkMazeGraph (maze* mp, boxf bb) nsides += cp->nsides; if (cp->nsides > maxdeg) maxdeg = cp->nsides; } - /* sides = RALLOC (nsides, sides, snode*); */ /* Mark cells that are small because of a small node, not because of the close * alignment of two rectangles. @@ -432,8 +431,6 @@ mkMazeGraph (maze* mp, boxf bb) } /* tidy up memory */ - /* g->nodes = RALLOC (g->nnodes+2, g->nodes, snode); */ - /* g->edges = RALLOC (g->nedges+2*maxdeg, g->edges, sedge); */ dtclose (vdict); dtclose (hdict); free (ditems);