mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08: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:
@@ -151,8 +151,8 @@ struct ThreadPool : public std::vector<Thread*> {
|
||||
void read_uci_options();
|
||||
Thread* available_slave(Thread* master) const;
|
||||
void wait_for_think_finished();
|
||||
void start_thinking(const Position&, const Search::LimitsType&, const std::vector<Move>&,
|
||||
Search::StateStackPtr&, Search::MovesVectPtr&);
|
||||
void start_thinking(const Position&, const Search::LimitsType&,
|
||||
const std::vector<Move>&, Search::StateStackPtr&);
|
||||
|
||||
bool sleepWhileIdle;
|
||||
Depth minimumSplitDepth;
|
||||
|
||||
Reference in New Issue
Block a user