Skip to content

Commit

Permalink
fix(autoware_pointcloud_preprocessor): remove unused function mask() (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#9751)

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored and kyoichi-sugahara committed Dec 25, 2024
1 parent 9bf6c33 commit 5d75435
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2189,12 +2189,6 @@ class Table
return 0 == mNumElements;
}

ROBIN_HOOD(NODISCARD) size_t mask() const noexcept
{
ROBIN_HOOD_TRACE(this)
return mMask;
}

ROBIN_HOOD(NODISCARD) size_t calcMaxNumElementsAllowed(size_t maxElements) const noexcept
{
if (ROBIN_HOOD_LIKELY(maxElements <= (std::numeric_limits<size_t>::max)() / 100)) {
Expand Down

0 comments on commit 5d75435

Please sign in to comment.