Skip to content

Commit

Permalink
fix(autoware_ground_segmentation): remove unused function (autowarefo…
Browse files Browse the repository at this point in the history
…undation#9536)

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Dec 4, 2024
1 parent de90e59 commit 8d9ca0e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class Cell

// method to check if the cell is empty
inline bool isEmpty() const { return point_list_.empty(); }
inline int getPointNum() const { return static_cast<int>(point_list_.size()); }

// index of the cell
int grid_idx_;
Expand Down

0 comments on commit 8d9ca0e

Please sign in to comment.