From e0d1ce6ee85d07eb30bf7c8f8059b6225da2f51a Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Thu, 2 Jun 2022 16:29:41 +0200 Subject: [PATCH] comment --- .../include/CGAL/GMap_linear_cell_complex_storages_with_index.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Linear_cell_complex/include/CGAL/GMap_linear_cell_complex_storages_with_index.h b/Linear_cell_complex/include/CGAL/GMap_linear_cell_complex_storages_with_index.h index e0d7f4b9052..6eec8cba779 100644 --- a/Linear_cell_complex/include/CGAL/GMap_linear_cell_complex_storages_with_index.h +++ b/Linear_cell_complex/include/CGAL/GMap_linear_cell_complex_storages_with_index.h @@ -70,7 +70,6 @@ namespace CGAL { typedef typename Dart_container::Index Dart_index; - // Definition of old types, for backward compatibility. typedef Dart_index Dart_descriptor; typedef Dart_index Dart_const_descriptor; typedef typename Dart_container::size_type size_type;