mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
MovePicker, remove a variable
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -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