because reasons

This commit is contained in:
nora 2023-01-16 10:54:44 +01:00
parent 622180b8f1
commit f4abe067e9

View file

@ -43,7 +43,6 @@ impl<G: Game> PerfectPlayer<G> {
) -> Score {
// FIXME: Make depth decrease not increase.
if let Some(max_depth) = self.max_depth && depth >= max_depth {
// FIXME: Why do we have rate and result?
return board.rate(maximizing_player);
}