Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Aesthetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-stoakes committed Aug 28, 2012
1 parent a7a8690 commit fd11a6e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions game.c
Expand Up @@ -536,8 +536,6 @@ NewGame(bool debug, Side humanSide)
ret.HumanSide = humanSide;
ret.WhosTurn = White;



return ret;
}

Expand Down
1 change: 0 additions & 1 deletion interface.c
Expand Up @@ -88,7 +88,6 @@ RunInterface(Game *game)
printf("\n");

break;

case CmdPerft:
ticks = clock();
count = QuickPerft(game, command.PerftDepth);
Expand Down
1 change: 0 additions & 1 deletion weak.h
Expand Up @@ -592,7 +592,6 @@ BitBoard PinnedPieces(ChessSet*, Side, Position, bool);
void UpdateOccupancies(ChessSet*);

// slices.c

MemorySlice NewMemorySlice(void);
MoveSlice NewMoveSlice(Move*);

Expand Down

0 comments on commit fd11a6e

Please sign in to comment.