]> git.sesse.net Git - stockfish/commit
Remove failedLow from the mainThread struct
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 11 Jun 2018 07:46:05 +0000 (09:46 +0200)
committerStéphane Nicolet <cassio@free.fr>
Mon, 11 Jun 2018 07:46:26 +0000 (09:46 +0200)
commit2af2c67650c4ac2531e6ab2753830f91c0999876
tree91041ee7217800a484cc533a772c92b1412cfea7
parent528507b303650ff57460d3c38289a40fc4be8637
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.
src/pawns.cpp
src/search.cpp
src/thread.h