]> git.sesse.net Git - stockfish/commitdiff
Small code cleanup in LMR
authorVizvezdenec <Vizvezdenec@gmail.com>
Sun, 10 Jan 2021 17:24:37 +0000 (20:24 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 11 Jan 2021 18:17:03 +0000 (19:17 +0100)
In a recent patch we added comparing capture history to a number for LMR of captures.
Calling it via thisThread-> is not needed since capture history was already declared by this time -
so removing makes code slightly shorter and easier to follow.

closes https://github.com/official-stockfish/Stockfish/pull/3297

No functional change.


No differences found