mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 02:27:00 +08:00
Cleanup and update CPU contributors
closes https://github.com/official-stockfish/Stockfish/pull/3917 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
90d051952f
commit
50200de5af
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user