Skip to content

Commit

Permalink
Removes a line of dead code (#322)
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Jun 7, 2024
1 parent ea0afb3 commit ccba1e5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,6 @@ std::optional<ExecutePlan> ExecutePlan::make(
return std::make_pair(mutex_group_change, new_mutex_groups);
};

const auto t0 = waypoints.front().time();
while (!waypoints.empty())
{
auto it = waypoints.begin();
Expand Down

0 comments on commit ccba1e5

Please sign in to comment.