mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
MovePicker, remove a variable
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ private:
|
||||
Depth depth;
|
||||
int phaseIndex;
|
||||
int numOfMoves, numOfBadCaptures;
|
||||
int movesPicked, badCapturesPicked;
|
||||
int movesPicked;
|
||||
bool finished;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user