mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Remove a gcc warning on an unused variable
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
5d94305af3
commit
0da1d6a846
1 changed files with 0 additions and 1 deletions
|
@ -449,7 +449,6 @@ void think(const Position &pos, bool infinite, bool ponder, int side_to_move,
|
|||
// Set thinking time:
|
||||
int myTime = time[side_to_move];
|
||||
int myIncrement = increment[side_to_move];
|
||||
int oppTime = time[1 - side_to_move];
|
||||
|
||||
if (!movesToGo) // Sudden death time control
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue