mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00: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:
@@ -46,7 +46,6 @@ struct SearchStack {
|
||||
|
||||
class Position;
|
||||
|
||||
extern void init_search();
|
||||
extern void init_threads();
|
||||
extern void exit_threads();
|
||||
extern int64_t perft(Position& pos, Depth depth);
|
||||
|
||||
Reference in New Issue
Block a user