mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Remove a gcc warning on an unused variable
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -449,7 +449,6 @@ void think(const Position &pos, bool infinite, bool ponder, int side_to_move,
|
|||||||
// Set thinking time:
|
// Set thinking time:
|
||||||
int myTime = time[side_to_move];
|
int myTime = time[side_to_move];
|
||||||
int myIncrement = increment[side_to_move];
|
int myIncrement = increment[side_to_move];
|
||||||
int oppTime = time[1 - side_to_move];
|
|
||||||
|
|
||||||
if (!movesToGo) // Sudden death time control
|
if (!movesToGo) // Sudden death time control
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user