mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 02:27:00 +08:00
Remove failedLow from the mainThread struct
failedLow is in fact a local variable in Thread::search(). Also clean some spaces and tabs in code. No functional change.
This commit is contained in:
committed by
Stéphane Nicolet
parent
528507b303
commit
2af2c67650
@@ -85,7 +85,6 @@ struct MainThread : public Thread {
|
||||
void search() override;
|
||||
void check_time();
|
||||
|
||||
bool failedLow;
|
||||
double bestMoveChanges, previousTimeReduction;
|
||||
Value previousScore;
|
||||
int callsCnt;
|
||||
|
||||
Reference in New Issue
Block a user