mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Retire SearchStack init() and initKillers()
Let be explicit about what this functions do, and we save some code lines too. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -57,9 +57,6 @@ struct SearchStack {
|
||||
Depth reduction;
|
||||
Value eval;
|
||||
bool skipNullMove;
|
||||
|
||||
void init();
|
||||
void initKillers();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user