X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=4514ca4c462cabeb8d14fcb866c42259328fa80c;hp=67cca4bba5d2c96e4bc1f7a12839e895c4fc0fbd;hb=3ccdb57d6f8a90fbd31cc4cfcd8be59f04c21d64;hpb=03cfd94414b49489cae12abfd6c39f7fbb53515a;ds=inline diff --git a/src/position.h b/src/position.h index 67cca4bb..4514ca4c 100644 --- a/src/position.h +++ b/src/position.h @@ -334,7 +334,6 @@ private: static Key zobrist[2][8][64]; static Key zobEp[64]; static Key zobCastle[16]; - static Key zobMaterial[2][8][16]; static Key zobSideToMove; static Score PieceSquareTable[16][64]; static Key zobExclusion;