projects
/
gnushogi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4a9acd2
)
Remove useless explicit prototype for pow().
author
Yann Dirson
<ydirson@free.fr>
Sat, 19 Oct 2013 19:19:29 +0000 (21:19 +0200)
committer
Yann Dirson
<ydirson@free.fr>
Sat, 19 Oct 2013 19:19:29 +0000 (21:19 +0200)
gnushogi/search.c
patch
|
blob
|
history
diff --git
a/gnushogi/search.c
b/gnushogi/search.c
index
1491057
..
c1d8fd9
100644
(file)
--- a/
gnushogi/search.c
+++ b/
gnushogi/search.c
@@
-33,10
+33,6
@@
#include <poll.h>
#include <unistd.h>
-#if !defined OLDTIME && defined HAVE_GETTIMEOFDAY
-double pow(double x, double y);
-#endif
-
short background = 0;
static short DepthBeyond;
unsigned short PrVar[MAXDEPTH];