From 464f5a0d468a5e93c6d1a2c98623d96e7b83cdba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 31 Jan 2023 10:49:33 +0100 Subject: [PATCH] remove extra cond --- Point_set_3/include/CGAL/Point_set_3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Point_set_3/include/CGAL/Point_set_3.h b/Point_set_3/include/CGAL/Point_set_3.h index 2562d006c1f..ef2e91dc5f1 100644 --- a/Point_set_3/include/CGAL/Point_set_3.h +++ b/Point_set_3/include/CGAL/Point_set_3.h @@ -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.