mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 00:26:33 +08:00
Assorted code style and comments in search.cpp
Nothing really serious.... No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -55,7 +55,6 @@ int main(int argc, char* argv[]) {
|
||||
Position::init_piece_square_tables();
|
||||
init_eval(1);
|
||||
init_kpk_bitbase();
|
||||
init_search();
|
||||
init_threads();
|
||||
|
||||
#ifdef USE_CALLGRIND
|
||||
|
||||
Reference in New Issue
Block a user