mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Retire RootMoveList
Diretcly use the underlying std::vector<Move> and the STL algorithms. Also a bit of cleanup while there. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ struct SignalsType {
|
||||
|
||||
extern volatile SignalsType Signals;
|
||||
extern LimitsType Limits;
|
||||
extern std::vector<Move> RootMoves;
|
||||
extern std::vector<Move> SearchMoves;
|
||||
extern Position RootPosition;
|
||||
|
||||
extern void init();
|
||||
|
||||
Reference in New Issue
Block a user