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:
Joost VandeVondele
2018-06-11 09:46:05 +02:00
committed by Stéphane Nicolet
parent 528507b303
commit 2af2c67650
3 changed files with 9 additions and 9 deletions

View File

@@ -85,7 +85,6 @@ struct MainThread : public Thread {
void search() override;
void check_time();
bool failedLow;
double bestMoveChanges, previousTimeReduction;
Value previousScore;
int callsCnt;