Skip to content

Commit 07db183

Browse files
authored
fix(autoware_interpolation): remove clang compiler error (#9711)
Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
1 parent e2a5eee commit 07db183

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/autoware_interpolation/test/src/test_interpolation_utils.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
#include <vector>
2020

21-
constexpr double epsilon = 1e-6;
22-
2321
TEST(interpolation_utils, isIncreasing)
2422
{
2523
// empty

0 commit comments

Comments
 (0)