projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2317d52
)
Remove unnecessary include of globals.h and the test variable.
author
Emden Gansner
<erg@research.att.com>
Mon, 7 May 2012 15:09:46 +0000
(11:09 -0400)
committer
Emden Gansner
<erg@research.att.com>
Mon, 7 May 2012 15:09:46 +0000
(11:09 -0400)
cmd/gvmap/gvmap.c
patch
|
blob
|
history
diff --git
a/cmd/gvmap/gvmap.c
b/cmd/gvmap/gvmap.c
index 9f6bcb1f90091c930eec03467a71870b340c6038..1c2528112479cf61853c2dbf1523a48feaed9da0 100644
(file)
--- 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 */