Remve PV/nonPV code

This commit is contained in:
Calcitem 2021-01-02 13:18:48 +08:00
parent 9ccc115bd8
commit 8269b1587a
1 changed files with 0 additions and 11 deletions

View File

@ -45,17 +45,6 @@ Value MTDF(Position *pos, Sanmill::Stack<Position> &ss, Value firstguess, Depth
Value search(Position *pos, Sanmill::Stack<Position> &ss, Depth depth, Depth originDepth, Value alpha, Value beta, Move &bestMove);
namespace
{
// Different node types, used as a template parameter
enum NodeType
{
NonPV, PV
};
} // namespace
/// Search::init() is called at startup to initialize various lookup tables