X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=2fe6a5c1f68322cf8a28790c64bda74831ca965e;hp=15ebbad0653e6add1f5fa9e4fa99df4ae92ee963;hb=0da1d6a84612c8443b3e3c9b3f74890635ce23e2;hpb=5d94305af3f30d736323883124741f2bcdf98ad9 diff --git a/src/search.cpp b/src/search.cpp index 15ebbad0..2fe6a5c1 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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 {