]> granicus.if.org Git - graphviz/commitdiff
remove unused variable
authorellson <devnull@localhost>
Wed, 18 Jan 2006 16:28:55 +0000 (16:28 +0000)
committerellson <devnull@localhost>
Wed, 18 Jan 2006 16:28:55 +0000 (16:28 +0000)
lib/gvc/gvc.c

index b3d191f13edaba97a691acc211953e6266e1ac8b..ee2be9d8bbc14c5f13cfd9648e246a9211f15756 100644 (file)
@@ -54,7 +54,6 @@ GVC_t *gvContext(void)
 int gvLayout(GVC_t *gvc, graph_t *g, char *engine)
 {
     char buf[256];
-    Agsym_t *a;
     int rc;
 
     rc = gvlayout_select(gvc, engine);