TT: ClearTT 时不再 Clear moveHistory

This commit is contained in:
Calcitem 2020-11-28 11:15:57 +08:00
parent eda027f975
commit 8758ea0c32
1 changed files with 0 additions and 4 deletions

View File

@ -513,10 +513,6 @@ void Thread::clearTT()
//clearEndgameHashMap();
//endgameList.clear();
#endif // ENDGAME_LEARNING
#ifdef THREEFOLD_REPETITION
moveHistory.clear();
#endif
}
}