]> granicus.if.org Git - graphviz/commitdiff
find_ints.c: remove some commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 22:22:49 +0000 (15:22 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 17:22:21 +0000 (10:22 -0700)
tclpkg/tclpathplan/find_ints.c

index 4a01056721600f72277b658a21d08e171e9a6228..9ae3db5cd8ba6439f922692f73b5fb6e38f0ed0b 100644 (file)
@@ -25,7 +25,6 @@ void find_ints(struct vertex vertex_list[],
     struct active_edge_list all;
     struct active_edge *new, *tempa;
     struct vertex *pt1, *pt2, *templ, **pvertex;
-/*      char *malloc(); */
 
     input->ninters = 0;
     all.first = all.final = NIL;