From: Marco Costalba Date: Thu, 18 Aug 2016 08:40:56 +0000 (+0200) Subject: Remove a stale assignment X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=e3af492142c8aff71f50dbec025722d69b84f85e Remove a stale assignment No more used after previous patch. Spotted by Jekaa . No functional change. --- diff --git a/src/pawns.cpp b/src/pawns.cpp index 41127d1f..72496fcc 100644 --- a/src/pawns.cpp +++ b/src/pawns.cpp @@ -172,7 +172,6 @@ namespace { score += Lever[relative_rank(Us, s)]; } - b = e->semiopenFiles[Us] ^ 0xFF; return score; }