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 2ab0529 commit e44238d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/search/heuristics/hm_heuristic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ void HMHeuristic::init_hm_table(const Tuple &t) {


void HMHeuristic::update_hm_table() {
int round = 0;
do {
++round;
was_updated = false;

for (OperatorProxy op : task_proxy.get_operators()) {
Expand Down

0 comments on commit e44238d

Please sign in to comment.