From fd11a6ebd0c932e02992ba2127a0ff89e6de7c6c Mon Sep 17 00:00:00 2001 From: Lorenzo Stoakes Date: Tue, 28 Aug 2012 23:55:05 +0100 Subject: [PATCH] Aesthetics. --- game.c | 2 -- interface.c | 1 - weak.h | 1 - 3 files changed, 4 deletions(-) diff --git a/game.c b/game.c index f1bb5f5..ff133a5 100644 --- a/game.c +++ b/game.c @@ -536,8 +536,6 @@ NewGame(bool debug, Side humanSide) ret.HumanSide = humanSide; ret.WhosTurn = White; - - return ret; } diff --git a/interface.c b/interface.c index a0c1975..c509eef 100644 --- a/interface.c +++ b/interface.c @@ -88,7 +88,6 @@ RunInterface(Game *game) printf("\n"); break; - case CmdPerft: ticks = clock(); count = QuickPerft(game, command.PerftDepth); diff --git a/weak.h b/weak.h index 131ee42..0c61127 100644 --- a/weak.h +++ b/weak.h @@ -592,7 +592,6 @@ BitBoard PinnedPieces(ChessSet*, Side, Position, bool); void UpdateOccupancies(ChessSet*); // slices.c - MemorySlice NewMemorySlice(void); MoveSlice NewMoveSlice(Move*);