X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=26aed392fd34bf1977eb7f1edf7366ffbad67787;hp=356543123e3558f735be820b04f05d92d074a19f;hb=eb50793cffd8ac059450a76760e2c3f8ae9cc931;hpb=9f843adf8972f3b561fc75d5d874ff21063a9f9d diff --git a/src/thread.h b/src/thread.h index 35654312..26aed392 100644 --- a/src/thread.h +++ b/src/thread.h @@ -117,7 +117,6 @@ struct Thread : public ThreadBase { bool cutoff_occurred() const; bool available_to(const Thread* master) const; - template void split(Position& pos, const Search::Stack* ss, Value alpha, Value beta, Value* bestValue, Move* bestMove, Depth depth, int moveCount, MovePicker* movePicker, int nodeType, bool cutNode);