From: Yann Dirson Date: Sat, 19 Oct 2013 19:19:29 +0000 (+0200) Subject: Remove useless explicit prototype for pow(). X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=fe6e10662390b3ad9642d6f5466e61c3a4faebc2;p=gnushogi.git Remove useless explicit prototype for pow(). --- diff --git a/gnushogi/search.c b/gnushogi/search.c index 1491057..c1d8fd9 100644 --- a/gnushogi/search.c +++ b/gnushogi/search.c @@ -33,10 +33,6 @@ #include #include -#if !defined OLDTIME && defined HAVE_GETTIMEOFDAY -double pow(double x, double y); -#endif - short background = 0; static short DepthBeyond; unsigned short PrVar[MAXDEPTH];