]> git.sesse.net Git - stockfish/commit
Simplify away some unneeded code in time management
authorMichael Chaly <Vizvezdenec@gmail.com>
Wed, 13 Jul 2022 08:59:54 +0000 (11:59 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 13 Jul 2022 16:00:39 +0000 (18:00 +0200)
commit95d24b77dfe8a147100d9753c5580563c3e642d2
tree4e4b5458180c99722bcab5e124d5004eafecde5a
parent2e02dd79366e6f17df5b0599048937289fd5819e
Simplify away some unneeded code in time management

The lower bound of the clamp is never used since complexity can't be negative and thus is unneeded.

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

No functional change
src/search.cpp