From: Emden Gansner Date: Fri, 11 Nov 2011 16:48:53 +0000 (-0500) Subject: Fix unused variable declaration X-Git-Tag: LAST_LIBGRAPH~32^2~600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d88e14892a5905037d98b606aef0b8c58d361c0;p=graphviz Fix unused variable declaration --- diff --git a/lib/fdpgen/comp.c b/lib/fdpgen/comp.c index bea7b6f9c..fe904f152 100644 --- a/lib/fdpgen/comp.c +++ b/lib/fdpgen/comp.c @@ -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); */