]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Revert hidden checkers rework
[stockfish] / src / movepick.h
index fd1ee890f7f8646eb06b6165c6e9645940068a4a..2c861c71db873377800dca30e2e3d82096739dd2 100644 (file)
@@ -90,7 +90,7 @@ private:
   Depth depth;
   int phaseIndex;
   int numOfMoves, numOfBadCaptures;
-  int movesPicked, badCapturesPicked;
+  int movesPicked;
   bool finished;
 };