Skip to content

Commit

Permalink
Remove unnecessary std.
Browse files Browse the repository at this point in the history
  • Loading branch information
salome-eriksson committed Jul 12, 2024
1 parent 0f6de99 commit 2068ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/tasks/default_value_axioms_task.cc
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ int DefaultValueAxiomsTask::get_num_axioms() const {
}

shared_ptr<AbstractTask> get_default_value_axioms_task_if_needed(
const std::shared_ptr<AbstractTask> &task,
const shared_ptr<AbstractTask> &task,
bool simple_default_value_axioms) {
TaskProxy proxy(*task);
if (task_properties::has_axioms(proxy)) {
Expand Down

0 comments on commit 2068ea6

Please sign in to comment.