]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Revert odd depths razoring
[stockfish] / src / movepick.h
index fd1ee890f7f8646eb06b6165c6e9645940068a4a..135b3555d2b90ae03d272659e2bdf1dbe29e1ef7 100644 (file)
@@ -90,7 +90,7 @@ private:
   Depth depth;
   int phaseIndex;
   int numOfMoves, numOfBadCaptures;
-  int movesPicked, badCapturesPicked;
+  int movesPicked;
   bool finished;
 };
 
@@ -105,7 +105,6 @@ private:
 /// a single reply to check.
 
 inline int MovePicker::number_of_moves() const {
-
   return numOfMoves;
 }