Skip to content

Commit

Permalink
fix(autoware_pointcloud_preprocessor): fix knownConditionTrueFalse wa…
Browse files Browse the repository at this point in the history
…rning (#8139)

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Jul 22, 2024
1 parent b6a0a18 commit f15e459
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2495,9 +2495,6 @@ class Table

// unlikely that this evaluates to true
if (ROBIN_HOOD_UNLIKELY(mNumElements >= mMaxNumElementsAllowed)) {
if (!increase_size()) {
return std::make_pair(size_t(0), InsertionState::overflow_error);
}
continue;
}

Expand Down

0 comments on commit f15e459

Please sign in to comment.