mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Revert "Store moves sent with "position" UCI command"
This reverts commit 0d68b523a3.
After easy move semplification this machinery is not
needed anymore (because of we don't need to know if a
root move is a recapture)
No functional change.
This commit is contained in:
@@ -44,7 +44,6 @@ namespace Search {
|
||||
Color RootColor;
|
||||
Time::point SearchTime;
|
||||
StateStackPtr SetupStates;
|
||||
MovesVectPtr SetupMoves;
|
||||
}
|
||||
|
||||
using std::string;
|
||||
|
||||
Reference in New Issue
Block a user