Skip to content

Commit

Permalink
fix(autoware_interpolation): remove clang compiler error (#9711)
Browse files Browse the repository at this point in the history
Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
  • Loading branch information
veqcc authored Dec 23, 2024
1 parent e2a5eee commit 07db183
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

#include <vector>

constexpr double epsilon = 1e-6;

TEST(interpolation_utils, isIncreasing)
{
// empty
Expand Down

0 comments on commit 07db183

Please sign in to comment.