]> granicus.if.org Git - graphviz/commitdiff
unused var
authorellson <devnull@localhost>
Thu, 23 Oct 2008 04:12:20 +0000 (04:12 +0000)
committerellson <devnull@localhost>
Thu, 23 Oct 2008 04:12:20 +0000 (04:12 +0000)
lib/neatogen/neatoinit.c

index e1003a7b4562c7f5feb993f1b8ec1d3f6b3e7826..01b36f0d212645dde33f9a03f5097d99dbc72561 100644 (file)
@@ -221,10 +221,11 @@ static cluster_data* cluster_map(graph_t *mastergraph, graph_t *g)
 {
 #ifndef WITH_CGRAPH
     /* search meta-graph to find clusters */
+    graph_t *mg;
     node_t *mm, *mn;
     edge_t *me;
 #endif
-    graph_t *mg, *subg;
+    graph_t *subg;
     node_t *n;
      /* array of arrays of node indices in each cluster */
     int **cs,*cn;