Remove the position parameter from learn.

This commit is contained in:
Tomasz Sobczyk
2020-10-24 22:58:09 +02:00
committed by nodchip
parent a8066cd4a9
commit c229929d26
3 changed files with 3 additions and 3 deletions

View File

@@ -951,7 +951,7 @@ namespace Learner
}
// Learning from the generated game record
void learn(Position&, istringstream& is)
void learn(istringstream& is)
{
LearnerThink::Params params;