]> granicus.if.org Git - graphviz/commitdiff
Fix unused variable declaration
authorEmden Gansner <erg@research.att.com>
Fri, 11 Nov 2011 16:48:53 +0000 (11:48 -0500)
committerEmden Gansner <erg@research.att.com>
Fri, 11 Nov 2011 16:48:53 +0000 (11:48 -0500)
lib/fdpgen/comp.c

index bea7b6f9c31ad4620330b4b416f9e8c1df56577e..fe904f152eab954ee589205335cf94708351d365 100644 (file)
@@ -74,8 +74,8 @@ graph_t **findCComp(graph_t * g, int *cnt, int *pinned)
 #ifndef WITH_CGRAPH
     graph_t *mg;
     node_t *mn;
-#endif
     edge_t *me;
+#endif
     int pinflag = 0;
 
 /* fprintf (stderr, "comps of %s starting at %d \n", g->name, c_cnt); */