back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/solution_algorithm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'solution_algorithm.cpp')
-rw-r--r--solution_algorithm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/solution_algorithm.cpp b/solution_algorithm.cpp
index 70a9ace..f0b7861 100644
--- a/solution_algorithm.cpp
+++ b/solution_algorithm.cpp
@@ -108,7 +108,6 @@ void ASearch::ApplyFairEvaluator(Node& n) const
n.evaluation = n.depth + sum_md;
}
-
class MovesCreator {
vect_node& free_moves;
GameParams::coordinates empty_box_coord;