Skip to content

Commit 80c600f

Browse files
veqccsimon-eisenmann-driveblocks
authored andcommitted
fix(autoware_behavior_path_planner_common): fix redundantContinue warning (autowarefoundation#7578)
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Signed-off-by: Simon Eisenmann <simon.eisenmann@driveblocks.ai>
1 parent 29a9b34 commit 80c600f

File tree

1 file changed

+0
-1
lines changed
  • planning/behavior_path_planner/autoware_behavior_path_planner_common/src/utils/drivable_area_expansion

1 file changed

+0
-1
lines changed

planning/behavior_path_planner/autoware_behavior_path_planner_common/src/utils/drivable_area_expansion/static_drivable_area.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ std::vector<PolygonPoint> generatePolygonInsideBounds(
357357
// Here is if (!is_prev_outside && is_curr_outside).
358358
inside_poly.push_back(prev_poly);
359359
inside_poly.push_back(intersect_point);
360-
continue;
361360
}
362361
if (has_intersection) {
363362
return inside_poly;

0 commit comments

Comments
 (0)