Skip to content

Commit e3aba55

Browse files
authored
fix(autoware_behavior_velocity_planner_common): fix clang-diagnostic-unused-const-variable (autowarefoundation#9413)
fix: clang-diagnostic-unused-const-variable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent ce3d682 commit e3aba55

File tree

1 file changed

+0
-2
lines changed
  • planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/src/utilization

1 file changed

+0
-2
lines changed

planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/src/utilization/path_utilization.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#include <memory>
2222
#include <vector>
2323

24-
constexpr double DOUBLE_EPSILON = 1e-6;
25-
2624
namespace autoware::behavior_velocity_planner
2725
{
2826
bool splineInterpolate(

0 commit comments

Comments
 (0)