Remove useless explicit prototype for pow().
authorYann Dirson <ydirson@free.fr>
Sat, 19 Oct 2013 19:19:29 +0000 (21:19 +0200)
committerYann Dirson <ydirson@free.fr>
Sat, 19 Oct 2013 19:19:29 +0000 (21:19 +0200)
gnushogi/search.c

index 1491057..c1d8fd9 100644 (file)
 #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];