Skip to content

Commit 253f3d5

Browse files
committed
fix(autoware_behavior_path_external_request_lane_change_module): remove unused code
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 4e3b55f commit 253f3d5

File tree

2 files changed

+0
-2
lines changed
  • planning/behavior_path_external_request_lane_change_module/include/behavior_path_external_request_lane_change_module

2 files changed

+0
-2
lines changed

planning/behavior_path_external_request_lane_change_module/include/behavior_path_external_request_lane_change_module/manager.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
namespace autoware::behavior_path_planner
2727
{
28-
using ::behavior_path_planner::LaneChangeInterface;
2928
using ::behavior_path_planner::LaneChangeModuleManager;
3029
using ::behavior_path_planner::LaneChangeModuleType;
3130
using ::behavior_path_planner::SceneModuleInterface;

planning/behavior_path_external_request_lane_change_module/include/behavior_path_external_request_lane_change_module/scene.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
namespace autoware::behavior_path_planner
2323
{
2424
using ::behavior_path_planner::Direction;
25-
using ::behavior_path_planner::LaneChangeModuleType;
2625
using ::behavior_path_planner::LaneChangeParameters;
2726
using ::behavior_path_planner::NormalLaneChange;
2827

0 commit comments

Comments
 (0)