From: ellson Date: Wed, 15 Oct 2008 12:57:08 +0000 (+0000) Subject: more cgraph merging X-Git-Tag: LAST_LIBGRAPH~32^2~3117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20df3beaf751b6c3fe7c9e2fc90524510bee1c44;p=graphviz more cgraph merging --- diff --git a/lib/common/postproc.c b/lib/common/postproc.c index a6ae8ebfe..7706de2ea 100644 --- a/lib/common/postproc.c +++ b/lib/common/postproc.c @@ -97,13 +97,8 @@ static void map_edge(edge_t * e) if (ED_spl(e) == NULL) { if ((Concentrate == FALSE) || (ED_edge_type(e) != IGNORED)) -#ifndef WITH_CGRAPH - agerr(AGERR, "lost %s %s edge\n", e->tail->name, - e->head->name); -#else /* WITH_CGRAPH */ agerr(AGERR, "lost %s %s edge\n",agnameof(agtail(e)), agnameof(aghead(e))); -#endif /* WITH_CGRAPH */ return; } for (j = 0; j < ED_spl(e)->size; j++) {