X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;fp=src%2Fthread.h;h=34b99015bacec71f2cd6e188d84b658d07c5a3ec;hp=042bc2e9231588d5db2bd1fc4b5a097658df6399;hb=a8bbaa17954471cf3fd8d168f1cafe3f2034730e;hpb=61381372ec896ae6b0f139555e6e3f816d8aa570 diff --git a/src/thread.h b/src/thread.h index 042bc2e9..34b99015 100644 --- a/src/thread.h +++ b/src/thread.h @@ -54,7 +54,6 @@ public: void idle_loop(); void start_searching(); void wait_for_search_finished(); - int best_move_count(Move move) const; Pawns::Table pawnsTable; Material::Table materialTable;