]> granicus.if.org Git - graphviz/commitdiff
Remove unnecessary include of globals.h and the test variable.
authorEmden Gansner <erg@research.att.com>
Mon, 7 May 2012 15:09:46 +0000 (11:09 -0400)
committerEmden Gansner <erg@research.att.com>
Mon, 7 May 2012 15:09:46 +0000 (11:09 -0400)
cmd/gvmap/gvmap.c

index 9f6bcb1f90091c930eec03467a71870b340c6038..1c2528112479cf61853c2dbf1523a48feaed9da0 100644 (file)
@@ -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 */