From: ellson Date: Sat, 30 Jul 2005 00:49:41 +0000 (+0000) Subject: str defined as parameter and as local variable, delete local variable X-Git-Tag: LAST_LIBGRAPH~32^2~7345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c861095605ebaec0be8f0e94af769f010d49849;p=graphviz str defined as parameter and as local variable, delete local variable --- diff --git a/lib/fdpgen/layout.c b/lib/fdpgen/layout.c index 6d95e2faf..9164f1c13 100644 --- a/lib/fdpgen/layout.c +++ b/lib/fdpgen/layout.c @@ -1062,7 +1062,6 @@ void fdpLayout(graph_t * g) static void fdpSplines (graph_t * g, char* str) { - char *str; int trySplines = 0; if (str) {