]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Remove a stale assignment
[stockfish] / src / pawns.cpp
index 23d00bdecd5eb6206f11e20a31b768342481f02d..72496fcc26ad5cf7b3844a48a6daf20388ae2c87 100644 (file)
@@ -172,9 +172,6 @@ namespace {
             score += Lever[relative_rank(Us, s)];
     }
 
-    b = e->semiopenFiles[Us] ^ 0xFF;
-    e->pawnSpan[Us] = b ? int(msb(b) - lsb(b)) : 0;
-
     return score;
   }