]> granicus.if.org Git - graphviz/commitdiff
more cgraph merging
authorellson <devnull@localhost>
Wed, 15 Oct 2008 12:57:08 +0000 (12:57 +0000)
committerellson <devnull@localhost>
Wed, 15 Oct 2008 12:57:08 +0000 (12:57 +0000)
lib/common/postproc.c

index a6ae8ebfed7adb59939efc7401a0a6a6c0c2e958..7706de2eaa0014e206641a832541cb33938764d1 100644 (file)
@@ -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)),\r
                  agnameof(aghead(e)));\r
-#endif /* WITH_CGRAPH */
        return;
     }
     for (j = 0; j < ED_spl(e)->size; j++) {