Retire divide command

The main purpose of perft is to help debugging. But without the breakdown in sum of perft(N-1), it is a
completely useless debugging tool.

So perft now displays the breakdown, and divide is therefore removed.

No functional change.
This commit is contained in:
lucasart
2014-08-04 13:54:09 +08:00
parent 1b69910865
commit 535f70088e
2 changed files with 2 additions and 8 deletions

View File

@@ -174,7 +174,7 @@ void UCI::loop(int argc, char* argv[]) {
else
Search::Limits.ponder = false;
}
else if (token == "perft" || token == "divide")
else if (token == "perft")
{
int depth;
stringstream ss;