From daf420e74f348c3f77f6402fb62f36bb7428cb0d Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 1 May 2009 17:43:28 +0000 Subject: [PATCH] Restore code that deleted temporary subgraphs hoping that bug 1515 is fixed --- cmd/tools/ccomps.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/tools/ccomps.c b/cmd/tools/ccomps.c index 86536ad94..2663d18bd 100644 --- a/cmd/tools/ccomps.c +++ b/cmd/tools/ccomps.c @@ -560,11 +560,8 @@ static int processClusters(Agraph_t * g) return 0; } } -#if 0 - until bug 1515 is fixed if (printMode != INTERNAL) agdelete(g, out); -#endif agdelete(dg, dout); if (verbose) fprintf(stderr, "(%4ld) %7ld nodes %7ld edges\n", @@ -665,11 +662,8 @@ static int process(Agraph_t * g) return 0; } } -#if 0 - until bug 1515 is fixed if (printMode != INTERNAL) agdelete(g, out); -#endif if (verbose) fprintf(stderr, "(%4ld) %7ld nodes %7ld edges\n", c_cnt, n_cnt, e_cnt); -- 2.40.0