]> git.sesse.net Git - stockfish/commit
Cleanup code
authorStefan Geschwentner <stgeschwentner@gmail.com>
Tue, 9 Aug 2022 18:56:13 +0000 (20:56 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 12 Aug 2022 12:29:40 +0000 (14:29 +0200)
commit0a01dd044f8a8f291127ebf60462773bf12c90c7
tree9dbbfb04428ac86aeb604f0787ca348ff31a1c7b
parente639c4557786513018f625ff96f04b63157a85c1
Cleanup code

This PR includes following cleanups:
- Remove the unused depth variable in the thread class.
- cleanup ValueList (added from mstembera)

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

No functional change.
src/evaluate.cpp
src/misc.h
src/position.cpp
src/search.cpp
src/thread.h