From 7a1aaa40b4d8ddefeb30004cd583aa0a76a9a065 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 9 Mar 2022 13:11:19 +0000 Subject: [PATCH] Clean up Skin_surface as Unique_hash_map is not used at all --- Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h | 7 ------- Skin_surface_3/include/CGAL/triangulate_power_diagram_3.h | 6 ------ 2 files changed, 13 deletions(-) diff --git a/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h b/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h index 92bfb84c326..0acd869717c 100644 --- a/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h +++ b/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h @@ -15,7 +15,6 @@ #include -// #include #include #include @@ -254,12 +253,6 @@ private: struct Index_c4 { Tmc_Vertex_handle V[4]; }; struct Index_c6 { Tmc_Vertex_handle V[6]; }; struct Index_c44 { Tmc_Vertex_handle V[4][4]; }; - struct Index_v { - Unique_hash_map < Rt_Vertex_handle, Tmc_Vertex_handle > V; - }; - - // index to vertex - Unique_hash_map < Rt_Cell_handle, Index_c4 > index_03; Union_find_anchor anchor_del_uf, anchor_vor_uf; Simplex_UF_map anchor_del_map, anchor_vor_map; diff --git a/Skin_surface_3/include/CGAL/triangulate_power_diagram_3.h b/Skin_surface_3/include/CGAL/triangulate_power_diagram_3.h index a08af55b822..1dd5909d648 100644 --- a/Skin_surface_3/include/CGAL/triangulate_power_diagram_3.h +++ b/Skin_surface_3/include/CGAL/triangulate_power_diagram_3.h @@ -209,12 +209,6 @@ private: struct Index_c4 { Tmc_Vertex_handle V[4]; }; struct Index_c6 { Tmc_Vertex_handle V[6]; }; struct Index_c44 { Tmc_Vertex_handle V[4][4]; }; - struct Index_v { - Unique_hash_map < Rt_Vertex_handle, Tmc_Vertex_handle > V; - }; - - // index to vertex - Unique_hash_map < Rt_Cell_handle, Index_c4 > index_03; Union_find_anchor anchor_vor_uf; Simplex_UF_map anchor_vor_map;