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:
Marco Costalba
2010-07-23 02:42:27 +01:00
parent d004ec924d
commit d5520977b9
2 changed files with 6 additions and 24 deletions

View File

@@ -57,9 +57,6 @@ struct SearchStack {
Depth reduction;
Value eval;
bool skipNullMove;
void init();
void initKillers();
};