mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 00:26:33 +08:00
Retire direction.cpp
Move the code to bitboard.cpp No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -59,7 +59,6 @@ int main(int argc, char* argv[]) {
|
||||
cin.rdbuf()->pubsetbuf(NULL, 0);
|
||||
|
||||
// Startup initializations
|
||||
init_direction_table();
|
||||
init_bitboards();
|
||||
init_uci_options();
|
||||
Position::init_zobrist();
|
||||
|
||||
Reference in New Issue
Block a user