From fe6e10662390b3ad9642d6f5466e61c3a4faebc2 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Sat, 19 Oct 2013 21:19:29 +0200 Subject: [PATCH] Remove useless explicit prototype for pow(). --- gnushogi/search.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) 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]; -- 1.7.0.4