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;