remove extra cond

This commit is contained in:
Sébastien Loriot 2023-01-31 10:49:33 +01:00
parent 24a063a292
commit 464f5a0d46
1 changed files with 0 additions and 1 deletions

View File

@ -707,7 +707,6 @@ public:
\sa `number_of_removed_points()`
*/
std::size_t garbage_size () const { return number_of_removed_points(); }
/// \endcond
/*! \brief returns `true` if there are elements marked as removed,
`false` otherwise.