mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Retire neighboring_files_bb() overload
Rarely used and we prefer to not hide the complexity. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@ extern void kpk_bitbase_init();
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
init_bitboards();
|
||||
bitboards_init();
|
||||
Position::init();
|
||||
kpk_bitbase_init();
|
||||
Search::init();
|
||||
|
||||
Reference in New Issue
Block a user