Skip to content

Commit

Permalink
fix(autoware_test_utils): remove unnecessary cppcheck suppression (au…
Browse files Browse the repository at this point in the history
…towarefoundation#9165)

Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
  • Loading branch information
veqcc authored Oct 29, 2024
1 parent 89acb61 commit e382a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/autoware_test_utils/src/autoware_test_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ std::string get_absolute_path_to_lanelet_map(
return dir + "/test_map/" + map_filename;
}

// cppcheck-suppress unusedFunction
std::string get_absolute_path_to_route(
const std::string & package_name, const std::string & route_filename)
{
Expand Down

0 comments on commit e382a07

Please sign in to comment.