]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Remove a gcc warning on an unused variable
[stockfish] / src / search.cpp
index 15ebbad0653e6add1f5fa9e4fa99df4ae92ee963..2fe6a5c1f68322cf8a28790c64bda74831ca965e 100644 (file)
@@ -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];
   // 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
   {
 
   if (!movesToGo) // Sudden death time control
   {