Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed Jul 5, 2024
1 parent e44238d commit 59ba701
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/search/heuristics/lm_cut_landmarks.cc
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,7 @@ bool LandmarkCutLandmarks::compute_landmarks(
if (artificial_goal.status == UNREACHED)
return true;

int num_iterations = 0;
while (artificial_goal.h_max_cost != 0) {
++num_iterations;
mark_goal_plateau(&artificial_goal);
assert(cut.empty());
second_exploration(state, second_exploration_queue, cut);
Expand Down

0 comments on commit 59ba701

Please sign in to comment.