X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.h;h=a34e5e69e2b4001c1dcd4033ffe7895df7a90ab7;hp=ef4b83f844b60785c3cca123313537f5e176331b;hb=d39bc2efa197ba2fd55b68eced1c60bcfe2facc1;hpb=2ead74d1e2b0c5edbb0da5887e56bbddb5b2a905;ds=sidebyside diff --git a/src/pawns.h b/src/pawns.h index ef4b83f8..a34e5e69 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -59,7 +59,6 @@ struct Entry { Square kingSquares[COLOR_NB]; Score kingSafety[COLOR_NB]; int castlingRights[COLOR_NB]; - int pawnsOnSquares[COLOR_NB][COLOR_NB]; // [color][light/dark squares] }; typedef HashTable Table;