mirror of https://github.com/CGAL/cgal
remove extra cond
This commit is contained in:
parent
24a063a292
commit
464f5a0d46
|
|
@ -707,7 +707,6 @@ public:
|
||||||
\sa `number_of_removed_points()`
|
\sa `number_of_removed_points()`
|
||||||
*/
|
*/
|
||||||
std::size_t garbage_size () const { return 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,
|
/*! \brief returns `true` if there are elements marked as removed,
|
||||||
`false` otherwise.
|
`false` otherwise.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue