Cleanup and update CPU contributors

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

No functional change
This commit is contained in:
Michael Chaly
2022-01-31 07:25:10 +03:00
committed by Joost VandeVondele
parent 90d051952f
commit 50200de5af
2 changed files with 59 additions and 59 deletions

View File

@@ -173,11 +173,6 @@ enum Bound {
BOUND_EXACT = BOUND_UPPER | BOUND_LOWER
};
enum ExplosionState {
EXPLOSION_NONE,
MUST_CALM_DOWN
};
enum Value : int {
VALUE_ZERO = 0,
VALUE_DRAW = 0,