Skip to content

Commit

Permalink
fix(autoware_obstacle_stop_planner): fix unusedFunction (autowarefoun…
Browse files Browse the repository at this point in the history
…dation#8643)

fix:unusedFunction

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
  • Loading branch information
kobayu858 committed Sep 3, 2024
1 parent 370fcf1 commit 602e3d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions planning/autoware_obstacle_stop_planner/src/debug_marker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ class DebugValues
SIZE
};

/**
* @brief get the index corresponding to the given value TYPE
* @param [in] type the TYPE enum for which to get the index
* @return index of the type
*/
static int getValuesIdx(const TYPE type) { return static_cast<int>(type); }
/**
* @brief get all the debug values as an std::array
* @return array of all debug values
Expand Down

0 comments on commit 602e3d0

Please sign in to comment.