From 0da1d6a84612c8443b3e3c9b3f74890635ce23e2 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 29 Dec 2008 11:36:11 +0100 Subject: [PATCH] Remove a gcc warning on an unused variable Signed-off-by: Marco Costalba --- src/search.cpp | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.39.2