From: Emden Gansner Date: Mon, 7 May 2012 15:09:46 +0000 (-0400) Subject: Remove unnecessary include of globals.h and the test variable. X-Git-Tag: LAST_LIBGRAPH~32^2~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57af5c00b5cfd98892e344c69c1878492342268e;p=graphviz Remove unnecessary include of globals.h and the test variable. --- diff --git a/cmd/gvmap/gvmap.c b/cmd/gvmap/gvmap.c index 9f6bcb1f9..1c2528112 100644 --- a/cmd/gvmap/gvmap.c +++ b/cmd/gvmap/gvmap.c @@ -44,7 +44,6 @@ enum {POINTS_ALL = 1, POINTS_LABEL, POINTS_RANDOM}; enum {maxlen = 10000000}; enum {MAX_GRPS = 10000}; static char swork[maxlen]; -static float test=(float)0.35345345353535345534534545; #ifdef WIN32 #pragma comment( lib, "cgraph.lib" ) @@ -69,9 +68,7 @@ static float test=(float)0.35345345353535345534534545; #pragma comment( lib, "rbtree.lib" ) -#else /* not WIN32_DLL */ -#include "globals.h" -#endif +#endif /* not WIN32_DLL */