Skip to content

Commit 230e4be

Browse files
committed
fix(clang-tidy): remove unused side shift namespace placeholder
Signed-off-by: Vishal Chauhan <40782713+vish0012@users.noreply.github.com>
1 parent bef1a77 commit 230e4be

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • planning/behavior_path_planner/autoware_behavior_path_side_shift_module/src

planning/behavior_path_planner/autoware_behavior_path_side_shift_module/src/manager.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ void SideShiftModuleManager::updateModuleParams(
5252

5353
[[maybe_unused]] auto p = parameters_;
5454

55-
[[maybe_unused]] const std::string ns = "side_shift.";
56-
// update_param<bool>(parameters, ns + ..., ...);
55+
// update_param<bool>(parameters, "side_shift.<parameter>", ...);
5756

5857
std::for_each(observers_.begin(), observers_.end(), [&p](const auto & observer) {
5958
if (!observer.expired()) observer.lock()->updateModuleParams(p);

0 commit comments

Comments
 (0)