]> git.sesse.net Git - stockfish/commitdiff
Remove a stale assignment
authorMarco Costalba <mcostalba@gmail.com>
Thu, 18 Aug 2016 08:40:56 +0000 (10:40 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 18 Aug 2016 08:40:56 +0000 (10:40 +0200)
No more used after previous patch.

Spotted by Jekaa .

No functional change.

src/pawns.cpp

index 41127d1f4a57e64192869876f9cc55edc8dce5c6..72496fcc26ad5cf7b3844a48a6daf20388ae2c87 100644 (file)
@@ -172,7 +172,6 @@ namespace {
             score += Lever[relative_rank(Us, s)];
     }
 
             score += Lever[relative_rank(Us, s)];
     }
 
-    b = e->semiopenFiles[Us] ^ 0xFF;
     return score;
   }
 
     return score;
   }