]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Clean up repetitive declarations for see_ge
[stockfish] / src / movepick.h
index 725607b8a54c2d873f4dd75faa9294357407afb4..b6c073782408e9b730bd8bd2c006f748ec4c1a29 100644 (file)
@@ -150,7 +150,6 @@ private:
   Value threshold;
   Depth depth;
   ExtMove moves[MAX_MOVES];
-  Bitboard occupied;
 };
 
 } // namespace Stockfish