]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Retire FakeSplit
[stockfish] / src / thread.h
index 356543123e3558f735be820b04f05d92d074a19f..26aed392fd34bf1977eb7f1edf7366ffbad67787 100644 (file)
@@ -117,7 +117,6 @@ struct Thread : public ThreadBase {
   bool cutoff_occurred() const;
   bool available_to(const Thread* master) const;
 
-  template <bool Fake>
   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);